コード例 #1
0
ファイル: EmployeeBLL.cs プロジェクト: knhuji/BanHangWinform
 public static void AddEmp(Employee employee)
 {
     obj.AddEmp(employee);
 }