예제 #1
0
 public IEnumerable <Persons> GetAll()
 {
     return(ipersonsRepository.GetAll());
 }