コード例 #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);
 }