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