- 1
- 2
- 3
- 4
public List<string> GetAllowedActionsOnHistory(UserInfo info, string objectName, string action, bool def) {
UserManager.Instance.Register(info);
return StaticFunctions.GetAllowedActions(new ObjectTypesWorker().GetByName("История сотрудника"));
}