示例#1
0
 public Term GetTermByID(int id)
 {
     return(Repository.GetTermByID(id));
 }