Beispiel #1
0
 public async Task AddAsync([FromBody] FieldCM agent)
 {
     var input = TypeMapper.MapSingle <FieldCM, Field>(agent);
     await _fieldService.AddFieldAsync(input);
 }