Ejemplo n.º 1
0
 public static void DeleteT_InvestigateById(int id)
 {
     T_InvestigateService.DeleteT_InvestigateById(id);
 }
Ejemplo n.º 2
0
 public static void DeleteT_InvestigateById(string building_name)
 {
     T_InvestigateService.DeleteT_InvestigateById(building_name);
 }