Exemple #1
0
 public List <Util.Result> ChangePassword(string action, string regid, string thru, string oldpwd, string newpwd)
 {
     return(SqlHelpers.GetObjects <Util.Result>(Util.Env, CommandFactory.ChangePassword(action, regid, thru, oldpwd, newpwd), CommonObjectFactory.resultItemFactory));
 }
Exemple #2
0
 public string GetValue(string Info)
 {
     return(SqlHelpers.GetObjects(Util.Env, CommandFactory.GetValue(Info)));
 }
Exemple #3
0
 public List <DropdownIP> Dropdown(string Info)
 {
     return(SqlHelpers.GetObjects <DropdownIP>(Util.Env, CommandFactory.Dropdown(Info), CommonObjectFactory.DropdownItemFactory));
 }
Exemple #4
0
 public List <lastlogin> GetLastLogin(string Info)
 {
     return(SqlHelpers.GetObjects <lastlogin>(Util.Env, CommandFactory.GetLastLogin(Info), CommonObjectFactory.GetLastLoginItemFactory));
 }
Exemple #5
0
 public string PasswordsEncription(string action, string id, string pwd, string encpwd, string tpwd, string enctpwd)
 {
     return(SqlHelpers.GetObjects(Util.Env, CommandFactory.PasswordsEncription(action, id, pwd, encpwd, tpwd, enctpwd)));
 }
Exemple #6
0
 public List <Passwords_List> GetPasswords(string action)
 {
     return(SqlHelpers.GetObjects <Passwords_List>(Util.Env, CommandFactory.GetPasswords(action), CommonObjectFactory.PasswordsItemFactory));
 }