Simplify file returns

This commit is contained in:
crobibero
2020-09-01 19:27:57 -06:00
parent c473645f9d
commit ec2a5e4fb0
5 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.IO;
using System.Net.Mime;
using System.Threading;
using System.Threading.Tasks;