Exemple #1
0
 public tbl_TABS_TYPE_INFOController(sp_tbl_TABLE_TYPE_INFO_Repository repository) : base(repository, "TABS")
 {
 }
 public tbl_EMPLOYEES_TYPE_INFOController(sp_tbl_TABLE_TYPE_INFO_Repository repository) : base(repository, "EMPLOYEES")
 {
 }
 public tbl_Calendar_TYPE_INFOController(sp_tbl_TABLE_TYPE_INFO_Repository repository) : base(repository, "CALENDAR")
 {
 }
Exemple #4
0
 public tbl_TABLE_TYPE_INFO_ControllerAbstract(sp_tbl_TABLE_TYPE_INFO_Repository repository, string tableName)
 {
     _repository    = repository;
     this.tableName = tableName;
 }
 public tbl_TECHNOLOGIES_TYPE_INFOController(sp_tbl_TABLE_TYPE_INFO_Repository repository) : base(repository, "TECHNOLOGIES")
 {
 }