Removed old proto definitions (not tested)

This commit is contained in:
watsonb8
2020-02-02 16:49:01 -05:00
parent 2a7e10364e
commit 51ab2d9c42
48 changed files with 581 additions and 1645 deletions

View File

@ -28,7 +28,7 @@ namespace Aurora.test.Models.Mock
/// The current sessions clientId. This is assigned by the server. This is not persisted.
/// </summary>
/// <value></value>
public string ClientId { get; set; }
public string ClientName { get; set; }
public string LibraryLocation { get; set; }
}