Exemplo n.º 1
0
 public string PetRegistration(string name, int age, int raceCode, bool isDog, int userCode, char gender, string vaccines, string img = "")
 {
     return(BALServices.PetRegistration(name, age, raceCode, isDog, userCode, gender, vaccines, img = ""));
 }