示例#1
0
 public async Task EditPlayerPosition(PlayerPosition pp)
 {
     await _formationRepository.EditPlayerPosition(pp.ToModel());
 }