コード例 #1
0
 private async Task <bool> AppUsersExists(int id)
 {
     return(await _appusersripository.IsExists(id));
 }