feat: add chat messages
This commit is contained in:
@@ -7,8 +7,8 @@ using Client.Domain.Entities;
|
||||
|
||||
namespace Client.Domain.Factories
|
||||
{
|
||||
public interface EntityFactoryInterface<T>
|
||||
{
|
||||
public interface EntityFactoryInterface<T> where T: class
|
||||
{
|
||||
public T? Create(string data);
|
||||
public void Update(T entity, string data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user