コード例 #1
0
 public string GetStaffNameById(int staffId)
 {
     return(dal.GetStaffNameById(staffId));
 }