コード例 #1
0
ファイル: ItemsController.cs プロジェクト: rosenkolev/todo
 public IReadOnlyList <ItemModel> Get() =>
 _itemsService.GetActiveItems();