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