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