Exemple #1
0
 public static StaffModel GetStaffPwd(string StaPhone)
 {
     return(StaffDAL.GetStaffPwd(StaPhone));
 }