Beispiel #1
0
 public IList <Movimento> Get(string part)
 {
     return(_movimentoRepository.Find(part).Take(20).ToList());
 }