Beispiel #1
0
 public HomeController(IClientProductService clientProductService, IClientCategoryService clientCategoryService, IClientCommentService clientCommentService)
 {
     this._clientProductService  = clientProductService;
     this._clientCategoryService = clientCategoryService;
     this._clientCommentService  = clientCommentService;
 }
 public MultiAssistController(IMultiAssistService service, IClientProductService cpservice, IBeneficiaryService beneficiaryService)
 {
     this._service = service;
     this._clientProductService = cpservice;
     this._beneficiaryService   = beneficiaryService;
 }