Exemple #1
0
 public List <Award> GetAwardsByFilter(string filter)
 {
     return(awardLogic.GetAwardsByFilter(filter));
 }