|
using System.Collections.Generic;
|
|
using WX.CRM.Model.Entity;
|
|
|
|
namespace WX.CRM.IBLL.Level2
|
|
{
|
|
public interface IL2_SOFT_BIGPRODUCT_Q
|
|
{
|
|
List<Model.Entity.L2_SOFT_BIGPRODUCT> GetListL2_Soft_bigproduct();
|
|
List<Model.Entity.L2Soft_ProductDetail> GetProductDetail(decimal? useclient);
|
|
}
|
|
}
|