public ProjectStatusModel1(long Id, DateTime Date, DeliveryModel1 Delivery, BusinessDevelopmentModel1 BusinessDevelopment)
 {
     this.Id = Id;
     this.Date = Date;
     this.Delivery = Delivery;
     this.BusinessDevelopment = BusinessDevelopment;
 }
Exemple #2
0
 public ProjectStatusModel1(long Id, DateTime Date, DeliveryModel1 Delivery, BusinessDevelopmentModel1 BusinessDevelopment)
 {
     this.Id                  = Id;
     this.Date                = Date;
     this.Delivery            = Delivery;
     this.BusinessDevelopment = BusinessDevelopment;
 }