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