コード例 #1
0
 public bool edit_danh_muc(int id, danhmuc dm)
 {
     return(_Respo.edit_danh_muc(id, dm));
 }