Пример #1
0
 public BuildingMf(Guid buildingId, string name, decimal value, AddressMf address)
     : this()
 {
     BuildingId = buildingId;
     Name = name;
     Value = value;
     Address = address;
 }
Пример #2
0
 public BuildingMf(Guid buildingId, string name, decimal value, AddressMf address)
     : this()
 {
     BuildingId = buildingId;
     Name       = name;
     Value      = value;
     Address    = address;
 }