コード例 #1
0
 public RestBuyUoW(RestBuyContext dbContext)
 {
     this.context = dbContext;
 }
コード例 #2
0
 protected BaseRepo(RestBuyContext restBuyContext) =>
 this.restBuyContext = restBuyContext;
コード例 #3
0
ファイル: UserRepo.cs プロジェクト: Nemadjo94/RestBuy.Web
 public UserRepo(RestBuyContext restBuyContext) : base(restBuyContext)
 {
 }