using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace irisDataBase.Service { public interface IrisDeviceService { string getDevCode(string ip); } }