コード例 #1
0
ファイル: ShiftService.cs プロジェクト: wpmyj/BlueHr
 public Shift FindById(int id)
 {
     return(rep.FindById(id));
 }