예제 #1
0
 public LivreDTO GetLivreParCodeISBNDTO(string codeISBN)
 {
     return(repo.GetLivreParCodeISBNDTORepoData(codeISBN));
 }