Пример #1
0
 public RecommenderService(GuitarTabsContext context, IMapper mapper, IUsersService usersService, INotationsService notationService)
 {
     _context         = context;
     _mapper          = mapper;
     _usersService    = usersService;
     _notationService = notationService;
 }
 public NotationsController(INotationsService service)
 {
     _service = service;
 }