mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix: removed user id input
This commit is contained in:
parent
3338485ec6
commit
facd908f4f
@ -2,7 +2,6 @@ namespace comissions.app.database.Models.Request;
|
||||
|
||||
public class RequestCreateModel
|
||||
{
|
||||
public int UserId { get; set; }
|
||||
public int ArtistId { get; set; }
|
||||
public string Message { get; set; }
|
||||
public decimal Amount { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user