Ejemplo n.º 1
0
        public static int SoftDeleteFund(int fundId)
        {
            int retValue = -1;

            return(ProjManagementAdmin.SoftDeleteFund(fundId, out retValue));
        }