Beispiel #1
0
 public bool Add([Bind] Model employee)
 {
     objEmployee.AddEmployee(employee);
     return(true);
 }