Exemple #1
0
 public List <Takmicenje> GetProteklaTakmicenjaByClanId(int clanid)
 {
     return(_ClanService.GetProteklaTakmicenja(clanid));
 }