namespace TProduct.BLL { public class DataSetTool { public static bool CheckDataSetVersion() { return DataSetStructHelper.CheckDataSetVersion(); } } }