示例#1
0
 public async Task <int> AddFormation(Formation formation)
 {
     return(await _formationRepository.AddFormation(formation.ToModel()));
 }