DocSpace-buildtools/products/ASC.Calendar/Server/Models/CalendarWrapper.cs

12 lines
180 B
C#
Raw Normal View History

2020-02-12 07:58:31 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ASC.Calendar.Models
{
public class CalendarWrapper
{
}
}