Example #1
0
 public List <int> GetAvailableShares(int traderId)
 {
     return(sharesRepository.GetAvailableShares(traderId));
 }