Wireup window with access methods + refaktor structure
This commit is contained in:
12
TrackerLibrary/DataAccess/IDataConnection.cs
Normal file
12
TrackerLibrary/DataAccess/IDataConnection.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using TrackerLibrary.Models;
|
||||
|
||||
namespace TrackerLibrary.DataAccess
|
||||
{
|
||||
public interface IDataConnection
|
||||
{
|
||||
PrizeModel CreatePrize(PrizeModel model);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user