Example #1
0
 public int TotalizarPorTipo(Entidad entidad)
 {
     return(consignacionRepository.TotalizarPorTipo(entidad));
 }