示例#1
0
 public Designation GetById(string id)
 {
     return(repo.GetById(id));
 }