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