public MonitoringTag(IConfiguration configuration, IOtherApi otherApi, IInterlevelDb interlevelDb) { _configuration = configuration; _otherApi = otherApi; _interlevelDb = interlevelDb; thingList = new List <Thing>(); }
public WritePlc(IConfiguration configuration, IOtherApi otherApi, IInterlevelDb interlevelDb) { _configuration = configuration; _otherApi = otherApi; _interleverDb = interlevelDb; }
public SpecificPhaseService(IOtherApi otherApiService) { _otherApiService = otherApiService; }
public OpTiraService(IConfiguration configuration, IOtherApi otherApiService) { _configuration = configuration; _otherApiService = otherApiService; }