feat: add chat messages

This commit is contained in:
k0t9i
2023-01-28 16:32:10 +04:00
parent 42d594bbbb
commit 340e91b325
10 changed files with 118 additions and 9 deletions

View File

@ -10,7 +10,7 @@ using Client.Infrastructure.Parsers.Converters;
namespace Client.Infrastructure.Factories
{
public class EntityFactory<T> : EntityFactoryInterface<T> where T : EntityInterface
public class EntityFactory<T> : EntityFactoryInterface<T> where T : class
{
public T? Create(string data)
{