예제 #1
0
 public Task <TodoItem> GetByIdAsync(Guid id)
 {
     return(_service.GetByIdAsync(id));
 }