Example #1
0
        public List <ProjectAllocationEntities> AssociateEmployees(int projectid, int accountid)
        {
            var count = new ClientDAC();

            return(count.AssociateEmployees(projectid, accountid));
        }