Ejemplo n.º 1
0
 public List <Takmicenje> GetTrenutnaTakmicenjaByClanId(int clanid)
 {
     return(_ClanService.GetAktivnaTakmicenja(clanid));
 }