Example #1
0
        public int AddManager(ProjectAllocationEntity _ProjectAllocation)
        {
            var ClientDAC = new ClientDAC();

            return(ClientDAC.AddManager(_ProjectAllocation));
        }