예제 #1
0
 public ViewsService(AnimuluContext context)
 {
     _context = context;
 }
예제 #2
0
 public CommentService(AnimuluContext context, UserManager <AnimuluUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }
예제 #3
0
 public TagService(AnimuluContext context)
 {
     _context = context;
 }
예제 #4
0
 public EpisodeService(AnimuluContext context)
 {
     _context = context;
 }
예제 #5
0
 public LikeService(AnimuluContext context)
 {
     _context = context;
 }
예제 #6
0
 public RatingService(AnimuluContext context)
 {
     _context = context;
 }
예제 #7
0
 public ShowService(AnimuluContext context)
 {
     _context = context;
 }
예제 #8
0
 public NavPageService(AnimuluContext context, IdentityContext icontext)
 {
     _context  = context;
     _icontext = icontext;
 }