public ClinicHourController(OMSDStagingSTI_CustomContext dbContext) { _aOMSDContext = dbContext as OMSDStagingSTI_CustomContext; }
public ExcelController(OMSDStagingSTI_CustomContext aContext) { aOmsdCustomConext = aContext; }
public ServiceTypeController(OMSDStagingSTI_CustomContext aContext) { aOmsdCustomConext = aContext; }
public DaysOfWeekController(OMSDStagingSTI_CustomContext dbContext) { this._OMSDContext = dbContext; }
public OntarioCityController(OMSDStagingSTI_CustomContext aContext) { aOmsdCustomConext = aContext; }
public UserController(OMSDStagingSTI_CustomContext aOMSDContext, IConfiguration aConfiguration) { this._OMSDContext = aOMSDContext; this._configuration = aConfiguration; }