Exemplo n.º 1
0
 public IEnumerable <Usp_rating_Result> GetFeedback(string StationCode)
 {
     return(db.Usp_rating(StationCode));
 }