Example #1
0
 public ImportServiceLocatorSchool(IServiceLocatorMaster serviceLocatorMaster) : base(serviceLocatorMaster)
 {
     SchoolDbService = new ImportDbService(Context.SchoolConnectionString);
 }
Example #2
0
 public ImportServiceLocatorMaster(UserContext context) : base(context)
 {
     DbService = new ImportDbService(context.MasterConnectionString);
 }