Exemple #1
0
 public List <CommandeDTO> GetListCommandeDTO(int codePayeur)
 {
     return(repo.GetListCommandeDTORepoData(codePayeur));
 }