コード例 #1
0
ファイル: playerProcessor.cs プロジェクト: FloodSwamp/Backend
 public Task <Player[]> GetAll()
 {
     return(repo.GetAll());
 }