Ejemplo n.º 1
0
 public TypeCategorieController(ITypeCategorieService typeCategorieService)
 {
     _typeCategorieService = typeCategorieService;
 }
Ejemplo n.º 2
0
 public CategorieController(ICategorieService categorieService, ITypeCategorieService typeCategorieService)
 {
     _categorieService     = categorieService;
     _typeCategorieService = typeCategorieService;
 }