Exemple #1
0
 public async Task <MarcaModel> GetByNameAsync(string name)
 {
     return(await _marcaRepository.GetByNameAsync(name));
 }