Beispiel #1
0
 public async Task <EquipmentResponse> Delete([FromQuery] string guid)
 {
     return(await _equipment.DeleteEquipmentByGuid(guid));
 }