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