Beispiel #1
0
 public HomeController(IZohoService iZohoService)
 {
     this.IZohoService = iZohoService;
 }
Beispiel #2
0
 public ZohoController(IZohoService zohoService, IConfiguration configuration, IUnitOfWork unitOfWork)
 {
     this.configuration = configuration;
     this.unitOfWork    = unitOfWork;
     this.zohoService   = zohoService;
 }