public RiservaBookableItem(BookableItemId itemid, DateTime da, DateTime a, RichiestaDiPrenotazioneId richiestaDiPrenotazioneId)
 {
     this.Itemid = itemid;
     Da          = da;
     A           = a;
     RichiestaDiPrenotazioneId = richiestaDiPrenotazioneId;
 }
 public CreaRichiestaDiPrenotazione(RichiestaDiPrenotazioneId richiestaDiPrenotazioneId, BookableItemId itemid, string motivazione, string utente, DateTime da, DateTime a)
 {
     RichiestaDiPrenotazioneId = richiestaDiPrenotazioneId;
     Itemid = itemid;
     Causale = motivazione;
     Utente = utente;
     Da = da;
     A = a;
 }
示例#3
0
 public CreaRichiestaDiPrenotazione(RichiestaDiPrenotazioneId richiestaDiPrenotazioneId, BookableItemId itemid, string motivazione, string utente, DateTime da, DateTime a)
 {
     RichiestaDiPrenotazioneId = richiestaDiPrenotazioneId;
     Itemid  = itemid;
     Causale = motivazione;
     Utente  = utente;
     Da      = da;
     A       = a;
 }
 public RichiediApprovazionePrenotazione(RichiestaDiPrenotazioneId idPrenotazione)
 {
     IdPrenotazione = idPrenotazione;
 }
示例#5
0
 public RichiediApprovazionePrenotazione(RichiestaDiPrenotazioneId idPrenotazione)
 {
     IdPrenotazione = idPrenotazione;
 }
示例#6
0
 public RespingiRichiesta(RichiestaDiPrenotazioneId richiestaDiPrenotazioneId)
 {
     RichiestaDiPrenotazioneId = richiestaDiPrenotazioneId;
 }
 public RichiestaDiPrenotazioneRespinta(RichiestaDiPrenotazioneId idRichiesta)
 {
     IdRichiesta = idRichiesta;
 }
 public RichiestaDiPrenotazioneRespinta(RichiestaDiPrenotazioneId idRichiesta)
 {
     IdRichiesta = idRichiesta;
 }