Пример #1
0
 public async Task <object> Get(int activityId, string callback)
 {
     return(_telemetryRepository.GetByActivity(activityId));
 }