Ejemplo n.º 1
0
 public List <Contact> GetAll()
 {
     return(bll.GetAll());
 }
Ejemplo n.º 2
0
 public List <PassWord> GetAll()
 {
     return(bll.GetAll());
 }