public decimal GetAmountPayed(int fpiId) { return((decimal)DbUtil.ExecuteScalarSp("getAmountPayed", new { fpiId }, Cs)); }