Beispiel #1
0
 public RecommendationService(BookDiaryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #2
0
 public BooksService(BookDiaryContext context, IMapper mapper) : base(context, mapper)
 {
 }
 public ReportsService(BookDiaryContext context)
 {
     _context = context;
 }
 public UserRoleService(BookDiaryContext context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #5
0
 public UsersService(BookDiaryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ReadingActivitiesService(BookDiaryContext context, IMapper mapper) : base(context, mapper)
 {
 }