コード例 #1
0
ファイル: StaffService.cs プロジェクト: boxfcg-v/CallName
 public List <Staff> GetStaffAll(string BU)
 {
     return(staffDal.GetStaffAll(BU));
 }