ActionResponse.cs 143 Bytes
Newer Older
cann-alberto's avatar
cann-alberto committed
1
2
3
4
5
6
7
8
9
namespace MMM_Server.Models
{
    public class ActionResponse
    {
        public string Response { get; set; } = null!;        
    }


}