Esempio n. 1
0
 public TenderQuotation GetFirstTenderbyProdutId(string ProductId)
 {
     return(scservice.GetFirstTenderbyProdutId(ProductId));
 }