コード例 #1
0
 public RiservaBookableItem(BookableItemId itemid, DateTime da, DateTime a, RichiestaDiPrenotazioneId richiestaDiPrenotazioneId)
 {
     this.Itemid = itemid;
     Da          = da;
     A           = a;
     RichiestaDiPrenotazioneId = richiestaDiPrenotazioneId;
 }
コード例 #2
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;
 }
コード例 #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;
 }
コード例 #4
0
 public RichiediApprovazionePrenotazione(RichiestaDiPrenotazioneId idPrenotazione)
 {
     IdPrenotazione = idPrenotazione;
 }
コード例 #5
0
 public RichiediApprovazionePrenotazione(RichiestaDiPrenotazioneId idPrenotazione)
 {
     IdPrenotazione = idPrenotazione;
 }
コード例 #6
0
 public RespingiRichiesta(RichiestaDiPrenotazioneId richiestaDiPrenotazioneId)
 {
     RichiestaDiPrenotazioneId = richiestaDiPrenotazioneId;
 }
コード例 #7
0
 public RichiestaDiPrenotazioneRespinta(RichiestaDiPrenotazioneId idRichiesta)
 {
     IdRichiesta = idRichiesta;
 }
コード例 #8
0
 public RichiestaDiPrenotazioneRespinta(RichiestaDiPrenotazioneId idRichiesta)
 {
     IdRichiesta = idRichiesta;
 }