예제 #1
0
 public void GenerateReport(Employee_SR em)
 {
     // Report reneration with employee data.
 }
예제 #2
0
 public bool InsertIntoEmployeeTable(Employee_SR em)
 {
     // Insert into employee table.
     return(true);
 }