Ejemplo n.º 1
0
 public IEnumerable <DeliverySlotsDto> DeleteSlot(int id)
 {
     deliverySlotsService.DeleteSlot(id);
     return(this.deliverySlotsService.GetDeliverySlots());
 }