コード例 #1
0
 public ShiftMasterController(IShiftMaster Shift)
 {
     this._Shift = Shift;
 }
コード例 #2
0
 public ShiftMasterController(IOptions <AppSettings> appSettings, IShiftMaster _shiftMaster)
 {
     _appSettings = appSettings.Value;
     shiftMaster  = _shiftMaster;
 }