Shares can be handled by owners
This commit is contained in:
@ -9,7 +9,9 @@ namespace StockDAL.Interface
|
||||
{
|
||||
public interface IStockPersonConnect
|
||||
{
|
||||
IEnumerable<PersonStock> GetAllConnectedStocks();
|
||||
IEnumerable<PersonStock> GetAllConnectionsByPersId(int personId);
|
||||
void RemoveConnectedShare(PersonStock personStock);
|
||||
PersonStock SavePersonStockConnection(PersonStock personStock);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user