Exemplo n.º 1
0
 public MembersService(HNContext dbContext)
 {
     this._dbContext = dbContext;
 }
Exemplo n.º 2
0
 public NotifyService(HNContext dbContext)
 {
     this._dbContext = dbContext;
 }