Ejemplo n.º 1
0
 public DeliverySlotsDto Get(int id)
 {
     return(deliverySlotsService.GetSlot(id));
 }