Exemplo n.º 1
0
        public static int SoftDeleteProjectAtLocation(int ProjectLocationId, bool isOpen)
        {
            int retValue = -1;

            return(ProjManagementAdmin.SoftDeleteProjectAtLocation(ProjectLocationId, isOpen, out retValue));
        }