Beispiel #1
0
 public List <LivreDTO> GetLivreParCategoryDTO(int codeCategory)
 {
     return(repo.GetLivreParCategoryDTORepoData(codeCategory));
 }