Exemple #1
0
 public EmployeeDetail GetEmployeeDetailByContId(int id)
 {
     return(_controller.GetEmployeeDetailByContId(id));
 }