public CategoryService(NetGiphyADbContext dbContext) { _dbContext = dbContext; }
public PictureService(NetGiphyADbContext pictureContext) { _pictureContext = pictureContext; }
public UserService(NetGiphyADbContext userContext) { _userContext = userContext; }