Skip to content

Instantly share code, notes, and snippets.

@markholdt
Created January 5, 2016 07:37
Show Gist options
  • Save markholdt/9c32ccaf7c3f6ae187be to your computer and use it in GitHub Desktop.
Save markholdt/9c32ccaf7c3f6ae187be to your computer and use it in GitHub Desktop.
[Route("/images/upload")]
public class UploadImage : IReturn<UploadImageResponse>
{
}
public class UploadImageResponse
{
public string Url { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment