This commit is contained in:
2017-06-01 14:00:19 +02:00
parent 4bc53c34cf
commit 01f0f7cbc5
19 changed files with 2664 additions and 41 deletions

View File

@ -0,0 +1,9 @@
using System.Collections.Generic;
namespace Yavsc.Models.Calendar
{
public class Availability: List<Period>
{
}
}