Exemplo n.º 1
0
 public RecommendationService(BookDiaryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 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)
 {
 }
Exemplo n.º 5
0
 public UsersService(BookDiaryContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ReadingActivitiesService(BookDiaryContext context, IMapper mapper) : base(context, mapper)
 {
 }