public object GetAmountByAC(string mPhone) { try { return(_FundTransferRepository.GetAmountByAC(mPhone)); } catch (Exception) { throw; } }