[System.ComponentModel.DataObjectAttribute]
public class YourBLLClass
{
[System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Select, true)]
public static List <Product> GetProdu…
[/Quote]
[System.ComponentModel.DataObjectAttribute]
public class YourBLLClass
{
[System.ComponentModel.DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType.Select, true)]
public static List<Product> GetProductList()
{
//...
}