ltable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
@@ -8,7 +9,9 @@ namespace Shared.DTOs
|
||||
{
|
||||
public class Employee1
|
||||
{
|
||||
[Display(Name ="شناسه")]
|
||||
public int Id { get; set; }
|
||||
[Display(Name = "نام")]
|
||||
public string Name { get; set; }
|
||||
public string Designation { get; set; }
|
||||
public DateOnly DOJ { get; set; }
|
||||
|
Reference in New Issue
Block a user