Exemple #1
0
 public Empresa BuscarPorId(int id)
 {
     return(_contexto.BuscarEmpresaPorId(id));
 }