示例#1
0
 public async Task <int> AddPlayerPosition(PlayerPosition pp)
 {
     return(await _formationRepository.AddPlayerPosition(pp.ToModel()));
 }