Beispiel #1
0
        public static int AddProjectAtLocation(ProjectLocationInfo ProjLoc)
        {
            int retValue = -1;

            return(ProjManagementAdmin.AddProjectAtLocation(ProjLoc, out retValue));
        }