Exemplo n.º 1
0
 public ICollection <Students> GetAll()
 {
     try
     {
         return(_repository.GetAll());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }