Exemple #1
0
 public async Task <Target> Create(Target model)
 {
     return(await service.Create(model));
 }