var URLs = {
Account:{
Login: '/Account/Login',
FakeLogin: '/Account/FakeLogin',
Logout: '/Account/Logout',
Activate: '/Account/Activate',
RestablishPassword: '/Account/RestablishPassword',
RestablishPasswordEmail: '/Account/RestablishPasswordEmail'
},
Analytic:{
Index: '/Analytic/Index',
GetDataCount: '/Analytic/GetDataCount',
GetMostReadNotes: '/Analytic/GetMostReadNotes',
GetMostUsedTests: '/Analytic/GetMostUsedTests',
GetMostReadInformativeServices: '/Analytic/GetMostReadInformativeServices'
},
AppNotification:{
Index: '/AppNotification/Index',
Info: '/AppNotification/Info',
List: '/AppNotification/List',
Delete: '/AppNotification/Delete',
Deliveries: '/AppNotification/Deliveries',
Save: '/AppNotification/Save',
GetCountriesForSites: '/AppNotification/GetCountriesForSites',
GetCompanies: '/AppNotification/GetCompanies'
},
AppUser:{
Index: '/AppUser/Index',
Info: '/AppUser/Info',
Contacts: '/AppUser/Contacts',
List: '/AppUser/List',
Delete: '/AppUser/Delete',
Deactivate: '/AppUser/Deactivate',
Activate: '/AppUser/Activate'
},
Category:{
Index: '/Category/Index',
Info: '/Category/Info',
List: '/Category/List',
Save: '/Category/Save',
Delete: '/Category/Delete'
},
Company:{
Index: '/Company/Index',
Info: '/Company/Info',
Countries: '/Company/Countries',
Positions: '/Company/Positions',
List: '/Company/List',
Save: '/Company/Save',
SaveCountries: '/Company/SaveCountries',
SavePositions: '/Company/SavePositions',
Delete: '/Company/Delete',
GetList: '/Company/GetList',
RenderCompanyCountryFacility: '/Company/RenderCompanyCountryFacility',
RenderCompanyPosition: '/Company/RenderCompanyPosition',
RenderInformativeService: '/Company/RenderInformativeService'
},
Config:{
Index: '/Config/Index',
Save: '/Config/Save',
ApplyInformativeServices: '/Config/ApplyInformativeServices'
},
Content:{
Index: '/Content/Index',
Info: '/Content/Info',
List: '/Content/List',
Save: '/Content/Save',
Delete: '/Content/Delete'
},
Conversation:{
Index: '/Conversation/Index',
Info: '/Conversation/Info',
AssignConversation: '/Conversation/AssignConversation',
List: '/Conversation/List',
Close: '/Conversation/Close',
GetMessages: '/Conversation/GetMessages',
SendMessage: '/Conversation/SendMessage',
Delete: '/Conversation/Delete'
},
Country:{
Index: '/Country/Index',
Info: '/Country/Info',
List: '/Country/List',
Save: '/Country/Save',
Delete: '/Country/Delete',
RenderCountryCity: '/Country/RenderCountryCity'
},
Error:{
Index: '/Error/Index',
PageNotFound: '/Error/PageNotFound'
},
File:{
Upload: '/File/Upload',
Delete: '/File/Delete',
View: '/File/View',
Download: '/File/Download'
},
Home: '/',
InformativeService:{
Index: '/InformativeService/Index',
Info: '/InformativeService/Info',
List: '/InformativeService/List',
Save: '/InformativeService/Save',
Delete: '/InformativeService/Delete'
},
MobileAppMessage:{
Index: '/MobileAppMessage/Index',
Info: '/MobileAppMessage/Info',
List: '/MobileAppMessage/List',
Save: '/MobileAppMessage/Save'
},
Notification:{
ReadNotification: '/Notification/ReadNotification'
},
Role:{
Index: '/Role/Index',
Info: '/Role/Info',
List: '/Role/List',
Save: '/Role/Save',
Delete: '/Role/Delete'
},
Site:{
Index: '/Site/Index',
Info: '/Site/Info',
AddDay: '/Site/AddDay',
RemoveDay: '/Site/RemoveDay',
List: '/Site/List',
Save: '/Site/Save',
Delete: '/Site/Delete'
},
Subcategory:{
Index: '/Subcategory/Index',
Info: '/Subcategory/Info',
List: '/Subcategory/List',
Save: '/Subcategory/Save',
Delete: '/Subcategory/Delete',
GetList: '/Subcategory/GetList'
},
Tasks:{
Run: '/Tasks/Run'
},
Test:{
Index: '/Test/Index',
Info: '/Test/Info',
List: '/Test/List',
Save: '/Test/Save',
Delete: '/Test/Delete',
AddQuestion: '/Test/AddQuestion',
AddResult: '/Test/AddResult'
},
User:{
Index: '/User/Index',
Info: '/User/Info',
List: '/User/List',
Save: '/User/Save',
Delete: '/User/Delete'
}
};