Exemple #1
0
 public EmptyResult Snapshot(DroneSnapshotDto dto)
 {
     snapshotService.Insert(dto);
     return(new EmptyResult());
 }