コード例 #1
0
 public AjaxController(IAjaxService _ajaxService, IClanService _clanService, IPlanIProgramService _planIProgramService, IWebShopService _webShopService)
 {
     ajaxService         = _ajaxService;
     clanService         = _clanService;
     planIProgramService = _planIProgramService;
     webShopService      = _webShopService;
 }
コード例 #2
0
 public AdministracijaWebShopController(IWebShopService _webShopService, IHostingEnvironment environment)
 {
     webShopService = _webShopService;
     _environment   = environment;
 }