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