public AuthenticateServices(ConsistrackContext Context, IOptions <AppSettings> appsettings)
 {
     _Context     = Context;
     _appsettings = appsettings.Value;
 }
예제 #2
0
 public SqlSensorMasterRepo(ConsistrackContext Context)
 {
     _Context = Context;
 }
예제 #3
0
 public SqlGPSMasterRepo(ConsistrackContext Context)
 {
     _Context = Context;
 }