コード例 #1
0
 public DutyController(IServiceProvider services, IPlinovodiDutyDataRead plinovodiDutyDataRead,
                       IPlinovodiDutyDataWrite plinovodiDutyDataWrite, ILogger logger)
 {
     this._services = services;
     this._plinovodiDutyDataRead  = plinovodiDutyDataRead;
     this._plinovodiDutyDataWrite = plinovodiDutyDataWrite;
     this._logger = logger;
 }