Ejemplo n.º 1
0
        public async Task <List <TransactionDetailModel <object> > > GetAllPatientTrxns(ExplorerRequestModel model)
        {
            try
            {
                var trxn = await _api.GetAllPatientTrxns(model);

                return(trxn);
            }
            catch (Exception e)
            {
                throw e;
            }
        }