diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-26 17:20:26 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-26 17:20:26 -0400 |
| commit | 2d8152f36ad8ecc5674cfb25ad328d3e671a22de (patch) | |
| tree | 3adc6e475d7375141af11acb80714114a5fab931 /MediaBrowser.Controller/Persistence/IUserRepository.cs | |
| parent | 2d0cc66e6bea278b7be5078130f55fc05ce756ce (diff) | |
mono progress - able to start app
Diffstat (limited to 'MediaBrowser.Controller/Persistence/IUserRepository.cs')
| -rw-r--r-- | MediaBrowser.Controller/Persistence/IUserRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Persistence/IUserRepository.cs b/MediaBrowser.Controller/Persistence/IUserRepository.cs index 49c418c30..0241b8c03 100644 --- a/MediaBrowser.Controller/Persistence/IUserRepository.cs +++ b/MediaBrowser.Controller/Persistence/IUserRepository.cs @@ -14,7 +14,7 @@ namespace MediaBrowser.Controller.Persistence /// Opens the connection to the repository /// </summary> /// <returns>Task.</returns> - void Initialize(); + Task Initialize(); /// <summary> /// Deletes the user. |
