Exemplo n.º 1
0
 public bool Activate(int license_id)
 {
     return(_devicesRepository.Activate(license_id));
 }