예제 #1
0
 public static DataTable Category_GetById(string Id)
 {
     return(db.Category_GetById(Id));
 }