コード例 #1
0
 public static void DeleteSwitch(string IdSwitch)
 {
     _switchInfo.DeleteSwitchInfo(IdSwitch);
     _switch.DeleteSwitch(IdSwitch);
 }