Exemple #1
0
        public static int RegisterAccount(AccountInfo account)
        {
            int retValue = -1;

            ProjManagementAdmin.RegisterAccount(account, out retValue); //Initialize and retrieve code for Datareader goes here

            return(retValue);
        }