More progress on IoC. Controllers are implemented

This commit is contained in:
watsonb8
2020-02-02 10:26:47 -05:00
parent 48d0ffa77d
commit 8231a18c3e
54 changed files with 521 additions and 142 deletions

View File

@ -23,5 +23,7 @@ namespace Aurora.Services.Settings
/// </summary>
/// <value></value>
string ClientId { get; set; }
string LibraryLocation { get; set; }
}
}