예제 #1
0
 public HomeController(IClienteleRepository clientele,
                       ICategoryForTabRepository categoryForTab,
                       ICategoryForInfoRepository infoRepository,
                       IContactInfoRepository contact)
 {
     _client  = clientele;
     _catInfo = infoRepository;
     _catTab  = categoryForTab;
     _con     = contact;
 }
예제 #2
0
 public CategoryForInfosController(ICategoryForInfoRepository category)
 {
     _cat = category;
 }