Exemple #1
0
 public IActionResult Put([FromBody] AutoDLProfileSummary profile)
 {
     autodlService.Set(profile);
     return(Ok());
 }