give an alias in model .net code example
Example: give an alias in model .net
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
[Display(Name = "Category Name")]
public string CatName { get; set; }
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
[Display(Name = "Category Name")]
public string CatName { get; set; }