Example #1
0
 public List <Position> GetSoldPositionsByPlayId(string playId)
 {
     return(tDAL.GetSoldPositionsByPlayId(playId));
 }