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