Cleared app from old code, by commenting out
Will do another commit when all comments are taken away
This commit is contained in:
@ -20,6 +20,7 @@ namespace StockDAL.Interface
|
||||
void UpdateActualForSell(int id, int sellAmount, decimal sellPrice, DateTime sellDate);
|
||||
void UpdateActualPrice(int id, decimal price);
|
||||
IEnumerable<StockGrpPers> GetStocksGroupedPerPerson(int persId);
|
||||
IEnumerable<StockGrpPers> GetStocksGroupedAllPersons();
|
||||
List<string> GetStockNames();
|
||||
IEnumerable<StockGrpPers> GetGroupedStock(string stock);
|
||||
StockGroupModel SaveStockGroup(StockGroupModel stockGroup);
|
||||
|
||||
Reference in New Issue
Block a user