Exemplo n.º 1
0
 public bool IsSatisfiedBy(Representada representada)
 {
     return(_representadaRepositorio.ObterPorRazaoSocial(representada.RazaoSocial).FirstOrDefault() == null);
 }
Exemplo n.º 2
0
 public IEnumerable <Representada> ObterPorRazaoSocial(string razaoSocial)
 {
     return(_representadaRepositorio.ObterPorRazaoSocial(razaoSocial));
 }