示例#1
0
 public MemeController(IMeme memeService, IUserMeme userMemeService, ITheLoai theLoaiService, IMemeCanDuyet memeCanDuyetService)
 {
     this.memeService         = memeService;
     this.userMemeService     = userMemeService;
     this.theLoaiService      = theLoaiService;
     this.memeCanDuyetService = memeCanDuyetService;
 }
示例#2
0
 public MemeCanDuyetsController(IMemeCanDuyet context, ITheLoai theLoaiService, IMeme memeService)
 {
     _context            = context;
     this.theLoaiService = theLoaiService;
     this.memeService    = memeService;
 }