コード例 #1
0
ファイル: StatesController.cs プロジェクト: brodata/api
 public IEnumerable <IState> GetAll() => StatesRepo.GetAll();