Пример #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;
 }