コード例 #1
0
ファイル: Period.cs プロジェクト: fossabot/TestRedShift
 public async Task <Movement[]> FindMovement()
 {
     return(await t.FindMovements());
 }