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