Ejemplo n.º 1
0
 public List <Level> GetAllLevelsBytradeId(int tradeId)
 {
     return(_iTradeRepository.GetLevelsByTradeId(tradeId));
 }