...
This commit is contained in:
17
Shared/DTOs/Employee1.cs
Normal file
17
Shared/DTOs/Employee1.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class Employee1
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Designation { get; set; }
|
||||
public DateOnly DOJ { get; set; }
|
||||
public bool IsActive { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user