påbörjat hantering olika portföljer
This commit is contained in:
15
StockDal.Interface/IStockPersonConnect.cs
Normal file
15
StockDal.Interface/IStockPersonConnect.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using DataDomain;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StockDAL.Interface
|
||||
{
|
||||
public interface IStockPersonConnect
|
||||
{
|
||||
IEnumerable<PersonStock> GetAllConnectionsByPersId(int personId);
|
||||
PersonStock SavePersonStockConnection(PersonStock personStock);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user