public tbl_TECHNOLOGIES_CATEGORYController(sp_tbl_TABLE_CATEGORY_Repository repository) : base(repository, "TECHNOLOGIES")
 {
 }
コード例 #2
0
 public tbl_USERS_CATEGORYController(sp_tbl_TABLE_CATEGORY_Repository repository) : base(repository, "USERS")
 {
 }
コード例 #3
0
 public tbl_TABLE_CATEGORY_ControllerAbstract(sp_tbl_TABLE_CATEGORY_Repository repository, string tableName)
 {
     this._repository = repository;
     this.tableName   = tableName;
 }
コード例 #4
0
 public tbl_ASSETS_CATEGORYController(sp_tbl_TABLE_CATEGORY_Repository repository) : base(repository, "ASSETS")
 {
 }
コード例 #5
0
 public tbl_EMPLOYEES_CATEGORYController(sp_tbl_TABLE_CATEGORY_Repository repository) : base(repository, "EMPLOYEES")
 {
 }
コード例 #6
0
 public tbl_CALENDAR_CATEGORYController(sp_tbl_TABLE_CATEGORY_Repository repository) : base(repository, "CALENDAR")
 {
 }
コード例 #7
0
 public tbl_PROJECTS_CATEGORYController(sp_tbl_TABLE_CATEGORY_Repository repository) : base(repository, "PROJECTS")
 {
 }