Lots of new things (#40)
* callbacks * controllers * Router override * make requests use interface * create Routers * extra parts
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using Core.Models.Enums;
|
||||
using Core.Models.Utils;
|
||||
|
||||
namespace Core.Models.Eft.Dialog;
|
||||
|
||||
public class GetMailDialogViewRequestData
|
||||
public class GetMailDialogViewRequestData : IRequestData
|
||||
{
|
||||
[JsonPropertyName("type")]
|
||||
public MessageType? Type { get; set; }
|
||||
@@ -16,4 +17,4 @@ public class GetMailDialogViewRequestData
|
||||
|
||||
[JsonPropertyName("time")]
|
||||
public decimal? Time { get; set; } // decimal
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user