Ejemplo n.º 1
0
 public Employee Get(int id)
 {
     return(_employeeGetway.Get(id));
 }