Example #1
0
 public MapFirstObject(string firstName, string secondName, string poNumber, decimal price, MapSecondObject secondObjectEntity)
 {
     this.FirstName          = firstName;
     this.SecondName         = secondName;
     this.PoNumber           = poNumber;
     this.Price              = price;
     this.SecondObjectEntity = secondObjectEntity;
     ////SecondObjects = new List<MapSecondObject>();
     ////IntCollection = new List<int>();
 }
 public MapFirstObject(string firstName, string secondName, string poNumber, decimal price, MapSecondObject secondObjectEntity)
 {
     this.FirstName = firstName;
     this.SecondName = secondName;
     this.PoNumber = poNumber;
     this.Price = price;
     this.SecondObjectEntity = secondObjectEntity;
     ////SecondObjects = new List<MapSecondObject>();
     ////IntCollection = new List<int>();
 }