Fetching "Stocks per group and person" implemented , Portfolioowner on Stockpage
This commit is contained in:
@ -13,8 +13,8 @@ namespace StockDal.Interface
|
||||
bool ViewBrowser { get; set; }
|
||||
|
||||
void Clean();
|
||||
void LoadStockMarketList();
|
||||
void LoadStockMarketList(bool viewBrowser);
|
||||
void RefreshMarketList();
|
||||
void LoadStockMarketList(int persId);
|
||||
void LoadStockMarketList(int persId, bool viewBrowser);
|
||||
void RefreshMarketList(int persId);
|
||||
}
|
||||
}
|
||||
|
||||
@ -19,5 +19,6 @@ namespace StockDAL.Interface
|
||||
void SaveStockMember(StockMember stockMember);
|
||||
void UpdateActualForSell(int id, int sellAmount, decimal sellPrice, DateTime sellDate);
|
||||
void UpdateActualPrice(int id, decimal price);
|
||||
IEnumerable<StockGrpPers> GetStocksGroupedPerPerson(int persId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user