コード例 #1
0
ファイル: TodoService.cs プロジェクト: huynhvantam/Todo
 public bool DeleteFinish(int Id)
 {
     return(_todoRepository.DeleteFinish(Id));
 }