feat: add ci

This commit is contained in:
2026-09-13 18:02:09 +07:00
parent af34bc11f1
commit ed5146c73b
21 changed files with 186 additions and 2477 deletions
+3 -1
View File
@@ -45,4 +45,6 @@ public class UserRoleDetailDto
public class AssignRoleRequest
{
public Guid RoleId { get; set; }
}
}
public record UserListFilter(string? Term, bool? IsActive);