示例#1
0
 public RestBuyUoW(RestBuyContext dbContext)
 {
     this.context = dbContext;
 }
 protected BaseRepo(RestBuyContext restBuyContext) =>
 this.restBuyContext = restBuyContext;
示例#3
0
 public UserRepo(RestBuyContext restBuyContext) : base(restBuyContext)
 {
 }