file service вынесен в bll. EsppDataController UploadTemplates
This commit is contained in:
17
PARR.API/Domain/.gitkeep
Normal file
17
PARR.API/Domain/.gitkeep
Normal file
@@ -0,0 +1,17 @@
|
||||
Import System.Runtime.InteropServices
|
||||
|
||||
' In SDK-style projects such as this one, several assembly attributes that were historically
|
||||
' defined in this file are now automatically added during build and populated with
|
||||
' values defined in project properties. For details of which attributes are included
|
||||
' and how to customise this process see: https://aka.ms/assembly-info-properties
|
||||
|
||||
|
||||
' Setting ComVisible to false makes the types in this assembly not visible to COM
|
||||
' components. If you need to access a type in this assembly from COM, set the ComVisible
|
||||
' attribute to true on that type.
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
' The following GUID is for the ID of the typelib if this project is exposed to COM.
|
||||
|
||||
<Assembly: Guid("b369a17a-5b45-4482-9c44-bceb865427d2")>
|
||||
@@ -1,8 +0,0 @@
|
||||
namespace PARR.API.Domain
|
||||
{
|
||||
public class UploadResult
|
||||
{
|
||||
public required string FileName { get; set; }
|
||||
public required string Path { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user