Ejemplo n.º 1
0
 public IEnumerable <DeliverySlotsDto> UpdateSlot([FromBody] DeliverySlotsDto value)
 {
     deliverySlotsService.UpdateSlot(value);
     return(this.deliverySlotsService.GetDeliverySlots());
 }