Exemple #1
0
 public MembersService(HNContext dbContext)
 {
     this._dbContext = dbContext;
 }
Exemple #2
0
 public NotifyService(HNContext dbContext)
 {
     this._dbContext = dbContext;
 }