Example #1
0
 public bool CheckDeviceExists(string code)
 {
     return(dal.CheckDeviceExists(code));
 }