Ejemplo n.º 1
0
 public async Task <UserProfile> GetUser(int userId)
 {
     return(await _iNotificationQuerie.GetUser(userId));
 }