private void ShowInfo(int ProductId, int SaleType, int SiteId)
 {
     NoName.NetShop.BLL.SalesProductModelBll bll   = new NoName.NetShop.BLL.SalesProductModelBll();
     NoName.NetShop.Model.SalesProductModel  model = bll.GetModel(ProductId, SaleType, SiteId);
     this.lblProductId.Text = model.ProductId.ToString();
     this.lblSaleType.Text  = model.SaleType.ToString();
     this.lblSiteId.Text    = model.SiteId.ToString();
 }
 private void ShowInfo(int ProductId,int SaleType,int SiteId)
 {
     NoName.NetShop.BLL.SalesProductModelBll bll=new NoName.NetShop.BLL.SalesProductModelBll();
     NoName.NetShop.Model.SalesProductModel model=bll.GetModel(ProductId,SaleType,SiteId);
     this.lblProductId.Text=model.ProductId.ToString();
     this.lblSaleType.Text=model.SaleType.ToString();
     this.lblSiteId.Text=model.SiteId.ToString();
 }
예제 #3
0
 private void ShowInfo(int ProductId, int SaleType, int SiteId)
 {
     NoName.NetShop.BLL.SalesProductModelBll bll   = new NoName.NetShop.BLL.SalesProductModelBll();
     NoName.NetShop.Model.SalesProductModel  model = bll.GetModel(ProductId, SaleType, SiteId);
 }
예제 #4
0
 private void ShowInfo(int ProductId,int SaleType,int SiteId)
 {
     NoName.NetShop.BLL.SalesProductModelBll bll=new NoName.NetShop.BLL.SalesProductModelBll();
     NoName.NetShop.Model.SalesProductModel model=bll.GetModel(ProductId,SaleType,SiteId);
 }