alpha-global-constants 0.5.9 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -250,7 +250,6 @@ var api;
250
250
  api["HU_EMPLOYEE_READ_ALL"] = "/api/HuEmployee/ReadAll";
251
251
  api["HU_EMPLOYEE_GET_ALL"] = "/api/HuEmployeeCv/GetAll";
252
252
  api["HU_EMPLOYEE_GET_ALL_IGNORE_CURRENT_USER"] = "/api/HuEmployeeCv/GetAllIgnoreCurrentUser";
253
- api["HU_EMPLOYEE_UPDATE"] = "/api/HuEmployee/Update";
254
253
  api["HU_EMPLOYEE_DELETE"] = "/api/HuEmployee/Delete";
255
254
  api["HU_EMPLOYEE_DELETE_IDS"] = "/api/HuEmployee/DeleteIds";
256
255
  api["HU_EMPLOYEE_GET_PAPERS"] = "/api/HuEmployeeCv/GetPapers";