Exemple #1
0
 public RentService(LibraryDb_DevContext dbContext)
 {
     this._DbMan = dbContext;
 }
Exemple #2
0
 public AuthService(LibraryDb_DevContext dbContext, IOptions <AppSettings> appSettings)
 {
     this._DbMan      = dbContext;
     this._SettingMan = appSettings.Value;
 }