コード例 #1
0
        public void ValidateCreditRules(List <FonacotMovement> lstObjectsToValidate)
        {
            var employeeConceptsRelationValidator = new EmployeeConceptsRelationValidator();

            employeeConceptsRelationValidator.AfterUpdateCreateOrigin(lstObjectsToValidate.Select(p => p.EmployeeConceptsRelation));
        }
コード例 #2
0
        public void ValidateCreditRules(IEnumerable <InfonavitMovement> lstObjectsToValidate)
        {
            var employeeConceptsRelationValidator = new EmployeeConceptsRelationValidator();

            employeeConceptsRelationValidator.AfterUpdateCreateOrigin(lstObjectsToValidate.Select(p => p.EmployeeConceptsRelation), false);
        }