Beispiel #1
0
 public List <AssociatedUri> GetStatistics(string userName)
 {
     return(_repository.GetAllElementByUserName(userName));
 }