示例#1
0
 public Award GetById(int id)
 {
     return(_awardDAL.GetById(id));
 }