Exemplo n.º 1
0
 public Contract GetEmpContract(int id)
 {
     return(_controller.GetEmpContract(id));
 }