Added possibilities for owners and there addresses
This commit is contained in:
@ -9,6 +9,8 @@ namespace StockDAL.Interface
|
||||
{
|
||||
public interface IPersonRepository
|
||||
{
|
||||
IEnumerable<Person> GetAllOwners();
|
||||
Person GetPersonById(int personId);
|
||||
Person SavePerson(Person person);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user