Beispiel #1
0
 public IEnumerable <LiquidacaoDespesaNota> Buscar(LiquidacaoDespesaNota entity)
 {
     return(_repository.Fetch(entity));
 }