Smärre korrigeringar
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user