Smärre korrigeringar

This commit is contained in:
2021-02-16 07:27:58 +01:00
parent 390bc6eeeb
commit c406e94eda
5 changed files with 107 additions and 10 deletions

View File

@ -11,5 +11,6 @@ namespace StockDal.Interface
void UpdateActPrice(int Id, decimal price);
bool Delete(string stockMemberId);
void InsertMany(List<StockMember> stockMembers);
IEnumerable<StockMember> GetAllStocks();
}
}