8 lines
210 B
C#
8 lines
210 B
C#
namespace PlanTempus.Components.Organizations.Create
|
|
{
|
|
public class CreateOrganizationCommand
|
|
{
|
|
public string ConnectionString { get; set; }
|
|
public Guid UserId { get; set; }
|
|
}
|
|
}
|