示例#1
0
 public CategoryService(NetGiphyADbContext dbContext)
 {
     _dbContext = dbContext;
 }
示例#2
0
 public PictureService(NetGiphyADbContext pictureContext)
 {
     _pictureContext = pictureContext;
 }
示例#3
0
 public UserService(NetGiphyADbContext userContext)
 {
     _userContext = userContext;
 }