Example #1
0
 public static void DeleteT_InvestigateById(int id)
 {
     T_InvestigateService.DeleteT_InvestigateById(id);
 }
Example #2
0
 public static void DeleteT_InvestigateById(string building_name)
 {
     T_InvestigateService.DeleteT_InvestigateById(building_name);
 }