示例#1
0
 public DataTable Login(pos.EL.Registrations.Accounts account)
 {
     return(accountDL.Login(account));
 }
示例#2
0
 public bool Delete(pos.EL.Registrations.Accounts account)
 {
     return(accountDL.Delete(account));
 }
示例#3
0
 public long Insert(pos.EL.Registrations.Accounts account)
 {
     return(accountDL.Insert(account));
 }
示例#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));
 }