renomage ...

This commit is contained in:
Paul Schneider 2016-10-27 23:31:02 +02:00
commit d3a276657b
4 changed files with 10 additions and 9 deletions

View file

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace BookAStar.Model.Social.Messaging
{
public class UserMessage
public class ChatMessage
{
public DateTime Date { get; set; }
public string SenderId { get; set; }