Added Viewer and
change to App Setting File from Constants
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
using OI.Metrology.Shared.Models;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace OI.Metrology.Shared.ViewModels;
|
||||
|
||||
public class Export
|
||||
{
|
||||
public IEnumerable<SelectListItem>? ToolTypes { get; set; }
|
||||
|
||||
[Required]
|
||||
public string? ToolType { get; set; }
|
||||
|
Reference in New Issue
Block a user