Ejemplo n.º 1
0
 public AddressMf(string street, string city, string state, string zipCode, int? zone, string environment)
 {
     Street = street;
     City = city;
     State = state;
     ZipCode = zipCode;
     SiteInfo = new SiteInfoMf(zone, environment);
 }
Ejemplo n.º 2
0
 public AddressMf(string street, string city, string state, string zipCode, int?zone, string environment)
 {
     Street   = street;
     City     = city;
     State    = state;
     ZipCode  = zipCode;
     SiteInfo = new SiteInfoMf(zone, environment);
 }