Subversion Repositories Integrator Subversion

Rev

Rev 630 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 630 Rev 636
Line 8... Line 8...
8
public interface PosVendaService extends GenericService<PosVenda> {
8
public interface PosVendaService extends GenericService<PosVenda> {
9
9
10
        ComercialPosVendaDTO consultarPosVendaEmAndamento();
10
        ComercialPosVendaDTO consultarPosVendaEmAndamento();
11
11
12
        void iniciarAtendimento(PosVendaDTO posVenda);
12
        void iniciarAtendimento(PosVendaDTO posVenda);
-
 
13
       
-
 
14
        void finalizarAtendimento(PosVendaDTO posVenda);
13
       
15
       
14
}
16
}