using System.ComponentModel.DataAnnotations; namespace GMENepal.Model { public class GMEGetStatus : GMECommonRequest { [Required] [MaxLength(20)] public string PinNo { get; set; } } }