Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 |
|
---|
6 | namespace HeuristicLab.Hive.Contracts {
|
---|
7 | public class ApplicationConstants {
|
---|
8 | public static string RESPONSE_LOGIN_USER_ALLREADY_ONLINE = "Login.UserAllreadyOnline";
|
---|
9 | public static string RESPONSE_LOGIN_SUCCESS = "Login.Success";
|
---|
10 | public static string RESPONSE_LOGOUT_CLIENT_NOT_REGISTERED = "Logout.ClientNotRegistered";
|
---|
11 | public static string RESPONSE_LOGOUT_SUCCESS = "Logout.Success";
|
---|
12 |
|
---|
13 | }
|
---|
14 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.