Ejemplo n.º 1
0
 public DeleteModel(IWiskey context, IGeneral general, IOrdersAndReservations orderContext)
 {
     this.context      = context;
     this.general      = general;
     this.orderContext = orderContext;
 }