Пример #1
0
 /// <summary>
 /// Code to fetch not saved articles for supplier proposal module while merging articles with proposals
 /// </summary>
 /// <param name="ObjEsupplier"></param>
 /// <returns></returns>
 public ESupplier GetArticlesForProposal(ESupplier ObjEsupplier)
 {
     try
     {
         ObjEsupplier = ObjDSupplier.GetArticlesForProposal(ObjEsupplier);
     }
     catch (Exception ex)
     {
         throw;
     }
     return(ObjEsupplier);
 }