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