示例#1
0
 public async Task <bool> CreateEquipmentAsync([FromRoute] int id, [FromBody] CreateEquipmentRequest request)
 {
     return(await laboratoryService.CreateEquipmentAsync(id, request));
 }