Beispiel #1
0
 public int AddEmp_Cust(Emp_Cust e)
 {
     return(_set.AddEmp_Cust(e));
 }