Ejemplo n.º 1
0
 public decimal GetAmountPayed(int fpiId)
 {
     return((decimal)DbUtil.ExecuteScalarSp("getAmountPayed", new { fpiId }, Cs));
 }