Example #1
0
 public UserService(WineCloudDbContext context)
 {
     _ctx = context;
 }
 public CellarService(WineCloudDbContext context)
 {
     _ctx = context;
 }
Example #3
0
 public BottleService(WineCloudDbContext context)
 {
     _ctx = context;
 }