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