Localize operation type
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Hcs.WebApp.Data.Hcs
|
||||
{
|
||||
@ -6,7 +7,10 @@ namespace Hcs.WebApp.Data.Hcs
|
||||
{
|
||||
public enum OperationType
|
||||
{
|
||||
[Display(Description = "Экспорт общего справочника")]
|
||||
NsiCommon_ExportNsiItem_15_7_0_1,
|
||||
|
||||
[Display(Description = "Экспорт частного справочника")]
|
||||
Nsi_ExportNsiItem_15_7_0_1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user