Example #1
0
 public static bool HasValidDocumentProof(DocumentProofType documentProofType) { return documentProofType == DocumentProofType.DriversLicense; }
		public VehicleHasDocumentProofRule(DocumentProofType documentProofType) {
			_documentProofType = documentProofType;
			_ruleData.Document_Proof_Type_Id = (int)documentProofType;
		}