Exemplo n.º 1
0
 public bool AssignPlant([FromBody] AssignPlantDTO assignPlantDTO)
 {
     return(_plantService.AssignPlant(assignPlantDTO));
 }