コード例 #1
0
 public Staff GetStaffByStaffEmail(string email)
 {
     return(dal.GetStaffByStaffEmail(email));
 }