Exemplo n.º 1
0
 public DataTable SaveBuyer(BuyerCatergory buy)
 {
     //BuyerCatergory buy = new BuyerCatergory(CommonData.ConStr());
     return(buy.Save_BuyerCat());
 }
Exemplo n.º 2
0
        public DataTable GetPymntTrms()
        {
            BuyerCatergory buy = new BuyerCatergory(CommonData.ConStr());

            return(buy.LoadingPaymntTrms());
        }
Exemplo n.º 3
0
        public DataTable GetShipTerms()
        {
            BuyerCatergory buy = new BuyerCatergory(CommonData.ConStr());

            return(buy.LoadingShipmentTerms());
        }
Exemplo n.º 4
0
        public DataTable GetInvTyp()
        {
            BuyerCatergory buy = new BuyerCatergory(CommonData.ConStr());

            return(buy.LoadingInvTyp());
        }
Exemplo n.º 5
0
        public DataTable GetLoadBuyercat()
        {
            BuyerCatergory buy = new BuyerCatergory(CommonData.ConStr());

            return(buy.LoadBuyerCatergory());
        }