コード例 #1
0
ファイル: DepartmentService.cs プロジェクト: bisshh/Mtech
 public DepartmentService()
 {
     departmentTableActions = new DepartmentCRUD();
 }