1
0
This repository has been archived on 2026-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
demo-xf-app-1a/MobileApp1/DTO/WelcomePackResult.cs
2022-09-30 18:06:31 +01:00

11 lines
196 B
C#

namespace MobileApp1
{
public class WelcomePackResult : ServiceResult
{
public int NoticesCount { get; set; } = 0;
public int MessagesCount { get; set; } = 0;
}
}