Beispiel #1
0
        public static bool AddFinancialInstitution(FinancialInstitutionBO financialInstitutionBO)
        {
            DeptDesigAndFinInstitutionDAS deptDesigAndFinInstitutionDAS = new DeptDesigAndFinInstitutionDAS();
            int numberOfRowImpacted = 0;

            numberOfRowImpacted = deptDesigAndFinInstitutionDAS.AddFinancialInstitution(financialInstitutionBO);
            return(numberOfRowImpacted > 0);
        }