Esempio n. 1
0
 public HomeController(IAllSubscriptions IAllSubscriptions, IALlService IALlService, IallCustomers IallCustomers)
 {
     _IAllSubscriptions = IAllSubscriptions;
     _IALlService       = IALlService;
     _IallCustomers     = IallCustomers;
 }
 public AllServiceController(IALlService IALlService)
 {
     _IALlService = IALlService;
 }