14 lines
		
	
	
		
			420 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			420 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|   | namespace antblazorpro.Models | ||
|  | { | ||
|  |     public class NoticeType | ||
|  |     { | ||
|  |         public string Id { get; set; } | ||
|  |         public string Title { get; set; } | ||
|  |         public string Logo { get; set; } | ||
|  |         public string Description { get; set; } | ||
|  |         public string UpdatedAt { get; set; } | ||
|  |         public string Member { get; set; } | ||
|  |         public string Href { get; set; } | ||
|  |         public string MemberLink { get; set; } | ||
|  |     } | ||
|  | } |