sumatube/VCart.Domain/ValueObjects/Username.cs
2025-03-31 00:52:54 +00:00

14 lines
200 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Blinks.Domain.ValueObjects
{
public class Username
{
}
}