initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.NotifyConsole / Models / Partials / MeetingSession.cs
1 /*
2 Developer: Tyler Allen
3 Date Created: 08/24/2016
4 ---------------------------------------------------
5 */
6
7 using CPE.App.NotifyConsole.Models.Partials;
8
9 // ReSharper disable once CheckNamespace
10
11 namespace CPE.App.NotifyConsole.Models {
12     public partial class MeetingSession : PartialBaseClass {}
13 }