示例#1
0
 public RentalApplication(int propertyId, RentalApplicant rentalApplicant, ApplicationStatus status,
                          /*int notificationPreference,*/ DateTime created, DateTime updated)//, Reference rentlReference)
 {
     RentalPropertyId = propertyId;
     RentalApplicant  = rentalApplicant;
     //RentalReference = rentlReference;
     Status = status;
     //NotificationPreference = notificationPreference;
     Created  = created;
     Modified = updated;
 }
示例#2
0
        //public Reference RentalReference { get; private private set; }

        //public int NotificationPreference { get; private set; }


        public void AddApplicant(RentalApplicant applicant)
        {
            RentalApplicant = applicant;
        }