Skip to content

Commit

Permalink
Added AddType overload to IDataStore interface that already existed i…
Browse files Browse the repository at this point in the history
…n DataStore class
  • Loading branch information
ctacke committed Nov 22, 2011
1 parent 1b3e199 commit 6eb784f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OpenNETCF.ORM.Shared/OpenNETCF.ORM.Version.cs
Expand Up @@ -5,4 +5,4 @@

// see http://modland.nascom.nasa.gov/browse/calendar.html

[assembly: AssemblyVersion("1.0.11326.0")]
[assembly: AssemblyVersion("1.0.11326.1")]
2 changes: 2 additions & 0 deletions OpenNETCF.ORM/Interfaces/IDataStore.cs
Expand Up @@ -8,7 +8,9 @@ namespace OpenNETCF.ORM
{
public interface IDataStore
{
void AddType<T>();
void AddType(Type entityType);

void DiscoverTypes(Assembly containingAssembly);

void CreateStore();
Expand Down

0 comments on commit 6eb784f

Please sign in to comment.