Exemplo n.º 1
0
 public MemeController(IMeme memeService, IUserMeme userMemeService, ITheLoai theLoaiService, IMemeCanDuyet memeCanDuyetService)
 {
     this.memeService         = memeService;
     this.userMemeService     = userMemeService;
     this.theLoaiService      = theLoaiService;
     this.memeCanDuyetService = memeCanDuyetService;
 }
 public AppUserMemesController(IUserMeme context)
 {
     _context = context;
 }