Add project files.
This commit is contained in:
12
StockBL.Interface/IPersonStockFacade.cs
Normal file
12
StockBL.Interface/IPersonStockFacade.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DataDomain;
|
||||
|
||||
namespace StockBL.Interface
|
||||
{
|
||||
public interface IPersonStockFacade
|
||||
{
|
||||
IEnumerable<StockMember> GetAllSharesConnectedTo(int personId);
|
||||
System.Collections.Generic.IEnumerable<StockMember> GetUnconnectedShares();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user