mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-31 07:09:50 +02:00
Update Models
This commit is contained in:
parent
0dad0d1a04
commit
c36204dbb9
27 changed files with 509 additions and 5 deletions
9
Application/Models/Responses/ToastMessage.cs
Normal file
9
Application/Models/Responses/ToastMessage.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace MTWireGuard.Application.Models.Models.Responses
|
||||
{
|
||||
public class ToastMessage
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string Body { get; set; }
|
||||
public string Background { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue