Esempio n. 1
0
 public CashbackController(ICashbackService CashbackService, ILinked_SiteService Linked_SiteService,
                           ICategoriesService CategoriesService, IPercentService PercentService)
 {
     this.CashbackService    = CashbackService;
     this.Linked_SiteService = Linked_SiteService;
     this.CategoriesService  = CategoriesService;
     this.PercentService     = PercentService;
 }
Esempio n. 2
0
 public PercentController(IPercentService percentService)
 {
     this.percentService = percentService;
 }