示例#1
0
 public bool DeleteType(long id)
 {
     return(_typeLib.DeleteType(id));
 }