示例#1
0
 public String UpdCableInfo(String CustomerID, int EventID, bool b)
 {
     CableOperation s = new CableOperation();
     return s.updCableInfo(CustomerID, "Channel" + EventID.ToString(), b);
 }
示例#2
0
 public String GetCableInfo(String CustomerID, int EventID)
 {
     CableOperation s = new CableOperation();
     return s.GetCableInfo(CustomerID, "Channel" + EventID.ToString());
 }