using {projectName}.Model;
using {projectName}.Utility;
using System.Collections.Generic;

namespace {projectName}.DataAccess.Interface
{
    public interface IAggregateDataAccess
    {
        {allaggregatefunctionidataaccess}
    }
}
