예제 #1
0
 public Task <TodoItem> GetById(int todoItemId)
 {
     return(_dbContext.FindAsync <TodoItem>(todoItemId));
 }