Beispiel #1
0
 public bool UnAssignPlant([FromBody] AssignPlantDTO assignPlantDTO)
 {
     return(_plantService.UnAssignPlant(assignPlantDTO));
 }