示例#1
0
 public string GetPetRacesTable(bool isDog)
 {
     return(BALServices.GetPetRacesTable(isDog));
 }