示例#1
0
 public static DOG GetById(string id)
 {
     return(dog.GetByID(id));
 }