initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.NotifyConsole / Models / Enums / ApplicationMethods.cs
1 /*
2 Developer: Tyler Allen
3 Date Created: 08/24/2016
4 ---------------------------------------------------
5 */
6
7 namespace CPE.App.NotifyConsole.Models.Enums {
8     public enum ApplicationMethods {
9         Invalid = -1,
10         NotFound = 0,
11         ArchiveSession = 1,
12         StopSession = 2,
13         Help = 3
14     }
15 }