c# - How to construc Inbox per user in database -
please, have have in mind don't know if best. if want construct private message, think inbox should new table in database. right? have not seen tutorial in internet shows how construct one. please, can point me right direction.
public class inbox{ public int id {get;set;} //other properties }
Comments
Post a Comment