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