mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
remove file upload
This commit is contained in:
parent
0360e3a1e6
commit
a03af699a5
@ -7,6 +7,4 @@ public class RequestCreateModel
|
|||||||
[FromForm]public int ArtistId { get; set; }
|
[FromForm]public int ArtistId { get; set; }
|
||||||
[FromForm]public string Message { get; set; }
|
[FromForm]public string Message { get; set; }
|
||||||
[FromForm]public decimal Amount { get; set; }
|
[FromForm]public decimal Amount { get; set; }
|
||||||
|
|
||||||
[FromForm]public List<IFormFile> Files { get; set; }
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user