Esempio n. 1
0
 public IEnumerable <Platform> BuscarPorNome(string nome)
 {
     return(_platformService.BuscarPorNome(nome));
 }