コード例 #1
0
 public CategorieTarifController(ICategorieTarifService categorie)
 {
     _CategorieTarifService = categorie;
 }