コード例 #1
0
 //Obter todos os registros
 public List <Agenda> GetAll()
 {
     return(dal.GetAll());
 }