CustomerService.BLL.Customer.GetAllList C# (CSharp) Method

GetAllList() public method

获得数据列表
public GetAllList ( ) : DataSet
return System.Data.DataSet
		public DataSet GetAllList()
		{
			return GetList("");
		}