1111
This commit is contained in:
8
Service/Application.Domain.Entity/view/GameChatView.cs
Normal file
8
Service/Application.Domain.Entity/view/GameChatView.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class GameChatView
|
||||
{
|
||||
public game_chat chat { get; set; }
|
||||
public UserModel user { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user