示例#1
0
 public County GetById(int id)
 {
     return(_countyRepository.GetSingleById(id));
 }