Esempio n. 1
0
 public FiltersController(IHorsifySongService horsifySongService)
 {
     _horsifySongService = horsifySongService;
 }
Esempio n. 2
0
 public SongsController(IHorsifySongService horsifySongService)
 {
     _horsifySongService = horsifySongService;
 }
 public HorsifyDataTableRepo(IHorsifySongService horsifySongService)
 {
     _horsifySongService = horsifySongService;
 }
 public PlaylistsController(IHorsifySongService horsifySongService)
 {
     _horsifySongService = horsifySongService;
 }