Personmodel handled as dbtabel and as file
This commit is contained in:
@ -8,5 +8,6 @@ namespace TrackerLibrary.DataAccess
|
||||
public interface IDataConnection
|
||||
{
|
||||
PrizeModel CreatePrize(PrizeModel model);
|
||||
PersonModel CreatePerson(PersonModel model);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user