コード例 #1
0
 public List <StaffGettingDto> GetAllStaffDto()
 {
     return(dal.GetAllStaffDto());
 }