Пример #1
0
    public static DataSet GetCustList(BLCustomer cust,   string commandName, string prm, int id, string buyer_Name, string buyer_email, string buyer_paypalAccount)
    {
        DataSet dts = new DataSet();

         //   dts = messages.cust.getBuyers(prm, commandName, id, "");
         //messages.cust.Custinfo =dts;

         dts = cust.getBuyers(prm, commandName, id, "");
          cust.Custinfo = dts;

            return dts;// DALCCustomer.GetList();
    }