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