using Domain; namespace RCUHost { public interface IHostRegisterReceiver { /// /// 设置单个设备 /// /// void Send(Host host); void Send(string hostnumber, string mac); } }