Made specifically to be used in the static controller calls to avoid that they create controllers on their own.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Factory Create(
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Factory
See Also