Esempio n. 1
0
 public DataTable Login(pos.EL.Registrations.Accounts account)
 {
     return(accountDL.Login(account));
 }
Esempio n. 2
0
 public bool Delete(pos.EL.Registrations.Accounts account)
 {
     return(accountDL.Delete(account));
 }
Esempio n. 3
0
 public long Insert(pos.EL.Registrations.Accounts account)
 {
     return(accountDL.Insert(account));
 }
Esempio n. 4
0
 public bool Update(pos.EL.Registrations.Accounts account)
 {
     return(accountDL.Update(account));
 }
 public bool Edit(pos.EL.Registrations.Accounts account)
 {
     return(accountDL.Edit(account));
 }