Exemplo n.º 1
0
 private async Task <bool> AppUpdateExists(int id)
 {
     return(await _appUpdatesRipository.IsExists(id));
 }