summaryrefslogtreecommitdiff
path: root/Decompiler/Gestor.Application.ViewModels/LoginImageModel.cs
blob: 774c66442b7df3692b1c78c881b25e2918f4bf45 (plain)
1
2
3
4
5
6
7
8
namespace Gestor.Application.ViewModels;

public class LoginImageModel
{
	public string Imagem { get; set; }

	public string UrlFixa { get; set; }
}