Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | package br.com.ec.domain.service.pendencia; |
| 2 | |||
| 3 | import br.com.ec.domain.model.Loja; |
||
| 4 | import br.com.ec.domain.model.Pendencia; |
||
| 5 | import br.edu.cesmac.core.generic.GenericService; |
||
| 6 | |||
| 7 | public interface PendenciaService extends GenericService<Pendencia> { |
||
| 8 | |||
| 9 | Integer quantidadePendenciasNaoFinalizadas(Loja loja); |
||
| 10 | |||
| 11 | } |