Exemplo n.º 1
0
 public List <OtherConditions> LoadOtherConditions()
 {
     return(GroomingProfile.GetOtherConditionsList());
 }
Exemplo n.º 2
0
 public PetProfile()
 {
     ProfileDocument         = new Profile();
     ProfileDocument.age     = new Age();
     GroomingProfileDocument = new GroomingProfile();
 }