Example #1
0
 public List <Player> GetAll()
 {
     return(context.GetAll());
 }
Example #2
0
 public IEnumerable <PlayerModel> GetAll() => context.GetAll();