Skip to content

Instantly share code, notes, and snippets.

@felipebossolani
Created June 27, 2019 09:43
Show Gist options
  • Save felipebossolani/7101844cbb40e1a4bfe68f41d3f7b155 to your computer and use it in GitHub Desktop.
Save felipebossolani/7101844cbb40e1a4bfe68f41d3f7b155 to your computer and use it in GitHub Desktop.
namespace AspNetCoreMultipleUploadAPI.ConsoleApp.Models
{
public class FileResult
{
public long Length { get; set; }
public string Name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment