Files
myoffice/MyOffice.Web/Identity/Domain/ApplicationRole.cs
T
2023-04-29 09:17:17 +03:00

5 lines
76 B
C#

namespace MyOffice.Web.Identity.Domain;
public class ApplicationRole
{
}