Exemplo n.º 1
0
 public List <Registration> FindAll()
 {
     return(registrationRepository.FindAll());
 }