示例#1
0
 public ActionResult Index()
 {
     return(View(_rep.Get(null)));
 }
示例#2
0
 public async Task <Player> GetPlayerId(int?Id)
 {
     return(await player.Get(Id));
 }