generated from ricardo/MVCLogin
10 lines
233 B
C#
10 lines
233 B
C#
namespace Postall.Models
|
|
{
|
|
public class SocialMediaStatusViewModel
|
|
{
|
|
public string Platform { get; set; }
|
|
public DateTime? NextScheduledDate { get; set; }
|
|
public string Status { get; set; }
|
|
}
|
|
}
|