Exemple #1
0
 public static bool UpdatePass(ChangePass data)
 {
     return(ChangePassDB.UpdatePass(data));
 }
Exemple #2
0
 // change pass
 public static ChangePass GetEmployeeChange(int employeeId)
 {
     return(ChangePassDB.Get(employeeId));
 }