Exemple #1
0
    public bool AreaHasBranches(int AreaID)
    {
        int foundRows = datafile.GetNumberOfBranches(AreaID);

        if (foundRows > 0)
        {
            return(true);
        }
        else
        {
            return(false);
        }
    }