AIAConstants.cs 639 Bytes
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace AIAHTML5.API.Constants
{
    public class AIAConstants
    {
        public const string ERROR_IN_FECTHING_DETAILS = "Error in fecthing details.";
        public const string USER_NOT_FOUND = "User not found.";
        public const string MAIL_NOT_SENT = "Mail not sent.";
        public const string MAIL_SENT = "Mail sent.";

        public const string KEY_ID = "id";
        public const string KEY_TITLE = "title";
        public const string KEY_NAME = "name";
        public const string KEY_SLUG = "slug";
    }
}