Exemplo n.º 1
0
 public JobTitle GetJobTitleById(int id)
 {
     return(_controller.GetJobTitle(id));
 }