Example #1
0
 public AccountService(OcmsContext dbContext, AppSettings appSettings) : base(dbContext)
 {
     this.appSettings = appSettings;
 }
Example #2
0
 public BaseService(OcmsContext dbContext)
 {
     this.DbContext = dbContext;
 }