public YritysKuvaController(BFContext context, DjangoCache cache) : base("companies/x/pictures", context) { Cache = cache; }
public YritysSearchController(BFContext context, DjangoCache cache) : base("companies/", context) { }
public YritysController(BFContext context, DjangoCache cache) : base("companies/", context) { Cache = cache; }
public SearchController(BFContext context, DjangoCache cache) : base("search/", context) { Cache = cache; }
public AdminResourceCalenderController(BFContext context, DjangoCache cache) : base("calendarentries/", context) { Cache = cache; }