Exemplo n.º 1
0
 public List <DevicesWithLicense> GetDevices(string mac, string key, string password, string is_active, string subdomain, int pageIndex, int pageSize, out int pageCount)
 {
     return(_devicesRepository.GetDevices(mac, key, password, is_active, subdomain, pageIndex, pageSize, out pageCount));
 }