示例#1
0
 public List <PayeurDTO> GetAllPayeurDTO()
 {
     return(repo.GetAllPayeurDTORepoData());
 }