Exemplo n.º 1
0
        //overload
        public static void ModifyT_Investigate(int Id, 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();
            //PK
            t_Investigate.Id = Id;
            TransData_ModifyT_Investigate(Id, 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);

            T_InvestigateService.ModifyT_Investigate(t_Investigate);
        }
Exemplo n.º 2
0
 public static void ModifyT_Investigate(T_Investigate t_Investigate)
 {
     T_InvestigateService.ModifyT_Investigate(t_Investigate);
 }