Beispiel #1
0
 public List <Contact> GetAll()
 {
     return(bll.GetAll());
 }
Beispiel #2
0
 public List <PassWord> GetAll()
 {
     return(bll.GetAll());
 }