public FilmController(IFilm filmSrv, IBlogic <CategoryEntity> categorySrv, IBlogic <FilmCrewEntity> filmCrewSrv, IPoster posterSrv) { this.filmSrv = filmSrv; this.filmCrewSrv = filmCrewSrv; this.categorySrv = categorySrv; this.posterSrv = posterSrv; }
public CountryController(IBlogic <CountryEntity> countrySrv) { this.countrySrv = countrySrv; }
public WidgetController(IBlogic <CategoryEntity> categorySrv) { this.categorySrv = categorySrv; }