コード例 #1
0
 public IEnumerable <TodoTask> GetByFilters(IEnumerable <Filter> filters)
 {
     return(_todoTaskRepository.GetByFilters(filters));
 }