Exemplo n.º 1
0
 public Animal(AnimalJson animal)
 {
     Id      = animal.id;
     Name    = animal.name;
     SciName = animal.sci_name;
     Address = animal.address;
     Country = animal.country;
     Date    = ConvertDateTime(animal.date);
     ANumber = animal.number;
 }