Application is working, register and calculate
This commit is contained in:
@ -8,7 +8,7 @@ namespace StockDal.Interface
|
||||
{
|
||||
IEnumerable<StockMember> GetStocks();
|
||||
//bool Insert(StockMember stockMember);
|
||||
bool Update(StockMember stockMember);
|
||||
void UpdateActPrice(int Id, decimal price);
|
||||
bool Delete(string stockMemberId);
|
||||
void InsertMany(List<StockMember> stockMembers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user