#90 feat(frontend): getReconciliation api method.
This commit is contained in:
		| @@ -27,6 +27,10 @@ class Api { | ||||
|     return this.apiImplementation.getListReconcliations(page, itemsPerPage); | ||||
|   } | ||||
|  | ||||
|   getReconciliation(reconciliationId) { | ||||
|     return this.apiImplementation.getReconciliation(reconciliationId); | ||||
|   } | ||||
|  | ||||
|   isValidAdminCode(code) { | ||||
|     return this.apiImplementation.isValidAdminCode(code); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user