Ejemplo n.º 1
0
 public ProfilePictureModel(Entities.Country country)
 {
     CountryId = country.CountryId;
     Name      = country.Name;
     Code      = country.Code;
 }
Ejemplo n.º 2
0
 public CountryModel(Entities.Country country)
 {
     CountryId = country.CountryId;
     Name      = country.Name;
     Code      = country.Code;
 }