Beispiel #1
0
 internal HistoricJobLogService(IHistoricJobLogRestService api)
 {
     _api = api;
 }
Beispiel #2
0
 internal HistoricJobLogResource(IHistoricJobLogRestService api, string historicJobLogId)
 {
     _api = api;
     _historicJobLogId = historicJobLogId;
 }