Пример #1
0
 protected IEnumerable <IAccountEquityPoint> GetAccountEquity(int ID)
 {
     return(queryRunner.GetAccountEquity(ID));
 }