Example #1
0
 public BaseManager()
 {
     repositoryMySql = FactoryDataInterfaz.CreateRepository <sigadContext>("mysql");
 }
Example #2
0
 public BaseManager()
 {
     repositoryPostreSql = FactoryDataInterfaz.CreateRepository <sample_dbContext>("postgresql");
     repositoryMySql     = FactoryDataInterfaz.CreateRepository <ibnorca_mokContext>("mysql");
 }