move child definitions to db

This commit is contained in:
Luke Pulverenti
2013-06-20 12:44:24 -04:00
parent 6f15aeccd0
commit 6bc263052d
15 changed files with 249 additions and 47 deletions

View File

@@ -8,12 +8,6 @@ namespace MediaBrowser.Controller.Persistence
/// </summary>
public interface IRepository : IDisposable
{
/// <summary>
/// Opens the connection to the repository
/// </summary>
/// <returns>Task.</returns>
Task Initialize();
/// <summary>
/// Gets the name of the repository
/// </summary>