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