Working on user+org create

This commit is contained in:
Janus C. H. Knudsen 2025-03-06 00:05:58 +01:00
parent a15cc00595
commit 0010a32248
6 changed files with 49 additions and 21 deletions

View file

@ -2,8 +2,7 @@
{
public class CreateOrganizationCommand
{
public string Name { get; set; }
public string ConnectionString { get; set; }
public Guid CreatedById { get; set; }
public Guid UserId { get; set; }
}
}