Esempio n. 1
0
 public Operadora Get(int?id)
 {
     return(_operadoraRepositorio.Procurar(id));
 }