Exemple #1
0
 public Employee AddEmployee(Employee item)
 {
     return(item);
 }
Exemple #2
0
 // /listemployee?count
 public IList <Employee> ListEmployee(int count)
 {
     return(Employee.List(count));
 }