11 lines
204 B
C#
11 lines
204 B
C#
|
|
|
|||
|
|
namespace Yavsc.ViewModels.Calendar
|
|||
|
|
{
|
|||
|
|
public class SetGoogleCalendarViewModel
|
|||
|
|
{
|
|||
|
|
public string GoogleCalendarId { get; set; }
|
|||
|
|
|
|||
|
|
public string ReturnUrl { get; set; }
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|