Exemplo n.º 1
0
 public bool getProvinceListException(out DataSet ds, out string errMsg, long GrapherID)
 {
     ProvinceDL dl = new ProvinceDL();
     return dl.getProvinceListException(out ds, out errMsg, GrapherID);
 }
Exemplo n.º 2
0
    public bool getProvinceListException(out DataSet ds, out string errMsg, long GrapherID)
    {
        ProvinceDL dl = new ProvinceDL();

        return(dl.getProvinceListException(out ds, out errMsg, GrapherID));
    }
Exemplo n.º 3
0
 public bool getProvinceList(out DataSet ds, out string errMsg)
 {
     ProvinceDL dl = new ProvinceDL();
     return dl.getProvinceList(out ds, out errMsg);
 }
Exemplo n.º 4
0
    public bool getProvinceList(out DataSet ds, out string errMsg)
    {
        ProvinceDL dl = new ProvinceDL();

        return(dl.getProvinceList(out ds, out errMsg));
    }