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