コード例 #1
0
 /// <summary>
 /// 查询商品
 /// </summary>
 /// <param name="id"></param>
 /// <returns></returns>
 public Produts GetProductWithId(string id)
 {
     return(servers.GetProductWithId(id));
 }
コード例 #2
0
 Products IBLL.Cashier.ProductManager.GetProductWithId(string productId)
 {
     return(server.GetProductWithId(productId));
 }