Example #1
0
 public IEnumerable <Guid> EnviaEmailParaPrestadoresQueOferecemOServico(int servicoId)
 {
     return(_servicoPrestador.PrestadoresOferecemServico(servicoId));
 }
Example #2
0
 public IEnumerable <Guid> PrestadoresOferecemServico(int servicoId)
 {
     return(_servicoPresService.PrestadoresOferecemServico(servicoId));
 }