Ejemplo n.º 1
0
        //override
        public static T_Investigate AddT_Investigate(string building_id, string building_code, string building_name, string building_owner, string building_user, DateTime start_date, DateTime finish_date, string design_corp, string construct_corp, int total_area, int floors, string struct_type, string building_purpose, string contacts, string contact_numbers, string problems, string checkup_suggestions, string rectifications, string remarks, string create_user, DateTime create_datetime, string update_user, DateTime update_time, string investigate_category)
        {
            Models.T_Investigate t_Investigate = new Models.T_Investigate();

            TransData_AddT_Investigate(building_id, building_code, building_name, building_owner, building_user, start_date, finish_date, design_corp, construct_corp, total_area, floors, struct_type, building_purpose, contacts, contact_numbers, problems, checkup_suggestions, rectifications, remarks, create_user, create_datetime, update_user, update_time, investigate_category, t_Investigate);

            return(T_InvestigateService.AddT_Investigate(t_Investigate));
        }
Ejemplo n.º 2
0
 public static T_Investigate GetT_InvestigateById(int id)
 {
     return(T_InvestigateService.GetT_InvestigateById(id));
 }
Ejemplo n.º 3
0
 public static List <T_Investigate> GetAllT_InvestigateBySQLstring(string sqlstring)
 {
     return(T_InvestigateService.GetAllT_InvestigateBySQLstring(sqlstring));
 }
Ejemplo n.º 4
0
 public static List <T_Investigate> GetAllT_Investigates()
 {
     return(T_InvestigateService.GetAllT_Investigates());
 }
Ejemplo n.º 5
0
 public static void ModifyT_Investigate(T_Investigate t_Investigate)
 {
     T_InvestigateService.ModifyT_Investigate(t_Investigate);
 }
Ejemplo n.º 6
0
 public static void DeleteT_InvestigateById(int id)
 {
     T_InvestigateService.DeleteT_InvestigateById(id);
 }
Ejemplo n.º 7
0
 public static void DeleteT_Investigate(T_Investigate t_Investigate)
 {
     T_InvestigateService.DeleteT_Investigate(t_Investigate);
 }
Ejemplo n.º 8
0
 public static T_Investigate AddT_Investigate(T_Investigate t_Investigate)
 {
     return(T_InvestigateService.AddT_Investigate(t_Investigate));
 }
Ejemplo n.º 9
0
 public static T_Investigate GetT_InvestigateByBuilding_name(string building_name)
 {
     return(T_InvestigateService.GetT_InvestigateByBuilding_name(building_name));
 }
Ejemplo n.º 10
0
 public static void DeleteT_InvestigateById(string building_name)
 {
     T_InvestigateService.DeleteT_InvestigateById(building_name);
 }