Example #1
0
 public static TechInfo GetById(int id)
 {
     return(CategoryManage.GetTechInfoById(id));
 }