This commit is contained in:
@@ -134,7 +134,7 @@ namespace AyaNova.Api.Controllers
|
||||
TranslationKeysToFetch.Add("UserTypesAdministrator");
|
||||
TranslationKeysToFetch.Add("UserTypesSchedulable");
|
||||
TranslationKeysToFetch.Add("UserTypesNonSchedulable");
|
||||
TranslationKeysToFetch.Add("UserTypesClient");
|
||||
TranslationKeysToFetch.Add("UserTypesCustomer");
|
||||
TranslationKeysToFetch.Add("UserTypesHeadOffice");
|
||||
TranslationKeysToFetch.Add("UserTypesSubContractor");
|
||||
TranslationKeysToFetch.Add("UserTypesUtility");
|
||||
@@ -143,7 +143,7 @@ namespace AyaNova.Api.Controllers
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesAdministrator"], Id = (long)UserType.Administrator });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesSchedulable"], Id = (long)UserType.Schedulable });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesNonSchedulable"], Id = (long)UserType.NonSchedulable });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesClient"], Id = (long)UserType.Customer });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesCustomer"], Id = (long)UserType.Customer });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesHeadOffice"], Id = (long)UserType.HeadOffice });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesUtility"], Id = (long)UserType.Utility });
|
||||
ReturnList.Add(new NameIdItem() { Name = LT["UserTypesSubContractor"], Id = (long)UserType.Subcontractor });
|
||||
|
||||
Reference in New Issue
Block a user