コード例 #1
0
 public async Task <IEnumerable <MarcaModel> > Filter(string termo)
 {
     return(await _marcaRepository.Filter(termo));
 }