コード例 #1
0
 public MonitoringTag(IConfiguration configuration, IOtherApi otherApi, IInterlevelDb interlevelDb)
 {
     _configuration = configuration;
     _otherApi      = otherApi;
     _interlevelDb  = interlevelDb;
     thingList      = new List <Thing>();
 }
コード例 #2
0
 public WritePlc(IConfiguration configuration, IOtherApi otherApi, IInterlevelDb interlevelDb)
 {
     _configuration = configuration;
     _otherApi      = otherApi;
     _interleverDb  = interlevelDb;
 }
コード例 #3
0
 public SpecificPhaseService(IOtherApi otherApiService)
 {
     _otherApiService = otherApiService;
 }
コード例 #4
0
 public OpTiraService(IConfiguration configuration, IOtherApi otherApiService)
 {
     _configuration   = configuration;
     _otherApiService = otherApiService;
 }