Esempio n. 1
0
 public bool Getadress(int uid, string adress, string phone)
 {
     return(dal.Getadress(uid, adress, phone));
 }