Example #1
0
 public bool resetpassword(string name)
 {
     return(Userdl.resetpassword(name));
 }
Example #2
0
 public bool RegisterationCashier(string name, string password, string cpassword, Boolean isadmin, Boolean iscashier)
 {
     return(Userdl.RegisterationCashier(name, password, cpassword, isadmin, iscashier));
 }
Example #3
0
 public List <User> getuser()
 {
     return(Userdl.getuser());
 }
Example #4
0
 public bool loginCashier(string name, string password)
 {
     return(Userdl.loginCashier(name, password));
 }
Example #5
0
 public bool loginAdmin(string name, string password)
 {
     return(Userdl.loginAdmin(name, password));
 }