ChatMVC/Chat.Domain/Entities/BusinessAres.cs
2025-01-25 10:41:37 -03:00

13 lines
202 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ChatMvc.Domain.Entities
{
internal class BusinessAres
{
}
}