예제 #1
0
 public CoinsRepo(VengingMachineDbContext context) : base(context)
 {
 }
예제 #2
0
 public DrinkRepo(VengingMachineDbContext context) : base(context)
 {
 }
예제 #3
0
 protected Repo(VengingMachineDbContext context)
 {
     Db = context;
 }
예제 #4
0
 public StateRepo(VengingMachineDbContext context) : base(context)
 {
 }