示例#1
0
 public IEnumerable <DetalleReciboViewModel> ListarDetalles(int reciboId)
 {
     return(recRep.ListarDetalles(reciboId));
 }