mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
9 lines
No EOL
212 B
C#
9 lines
No EOL
212 B
C#
using Roadie.Library.Identity;
|
|
|
|
namespace Roadie.Library.Models.ThirdPartyApi.Subsonic
|
|
{
|
|
public class SubsonicAuthenticateResponse : Response
|
|
{
|
|
public ApplicationUser User { get; set; }
|
|
}
|
|
} |