Exemplo n.º 1
0
 public bool EditDevicePwd(EditDevicePwdDto editDevicePwdDto)
 {
     return(_devicesRepository.EditDevicePwd(editDevicePwdDto));
 }