public UserService(WineCloudDbContext context) { _ctx = context; }
public CellarService(WineCloudDbContext context) { _ctx = context; }
public BottleService(WineCloudDbContext context) { _ctx = context; }