Esempio n. 1
0
 public SqlDataAdapter BUSLogin(string ID, string Pass)
 {
     return(DAL.DAL_Login(ID, Pass));
 }