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