diff --git a/.gitignore b/.gitignore index c8f9f67..db8eca7 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ $tf*/ 400-SOURCECODE/AIAHTML5.Web/index.html.orig 400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll 400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb + +400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj b/400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj index 5ef46cf..5f014a3 100644 --- a/400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj +++ b/400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj @@ -106,7 +106,7 @@ - + @@ -144,7 +144,6 @@ - 10.0 diff --git a/400-SOURCECODE/AIAHTML5.API/Constants/AIAConstants.cs b/400-SOURCECODE/AIAHTML5.API/Constants/AIAConstants.cs index d23a28a..93891e5 100644 --- a/400-SOURCECODE/AIAHTML5.API/Constants/AIAConstants.cs +++ b/400-SOURCECODE/AIAHTML5.API/Constants/AIAConstants.cs @@ -1,28 +1,30 @@ -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"; - - public const string PASSWORD_UPDATE_SUCCESS = "Password updated successfully"; - public const string PASSWORD_UPDATE_FAILED = "Password update failed"; - - public const string INVALID_USER = "Invalid UserID"; - - public const string LICENSE_TERM_CONDITION_UPDATE_SUCCESS = "License Term Accepted field updated successfully."; - public const string LICENSE_TERM_CONDITION_UPDATE_FAILED = "License Term Accepted field update failed."; - } +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"; + + public const string PASSWORD_UPDATE_SUCCESS = "Password updated successfully"; + public const string PASSWORD_UPDATE_FAILED = "Password update failed"; + + public const string INVALID_USER = "Invalid UserID"; + + public const string LICENSE_TERM_CONDITION_UPDATE_SUCCESS = "License Term Accepted field updated successfully."; + public const string LICENSE_TERM_CONDITION_UPDATE_FAILED = "License Term Accepted field update failed."; + + public const string KEY_CONTENT = "content"; + } } \ No newline at end of file diff --git a/400-SOURCECODE/AIAHTML5.API/content/AIAConstants.cs b/400-SOURCECODE/AIAHTML5.API/content/AIAConstants.cs deleted file mode 100644 index 93891e5..0000000 --- a/400-SOURCECODE/AIAHTML5.API/content/AIAConstants.cs +++ /dev/null @@ -1,30 +0,0 @@ -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"; - - public const string PASSWORD_UPDATE_SUCCESS = "Password updated successfully"; - public const string PASSWORD_UPDATE_FAILED = "Password update failed"; - - public const string INVALID_USER = "Invalid UserID"; - - public const string LICENSE_TERM_CONDITION_UPDATE_SUCCESS = "License Term Accepted field updated successfully."; - public const string LICENSE_TERM_CONDITION_UPDATE_FAILED = "License Term Accepted field update failed."; - - public const string KEY_CONTENT = "content"; - } -} \ No newline at end of file