...
This commit is contained in:
11
Presentation/HushianWebApp/Data/Dtos/BaseDto.cs
Normal file
11
Presentation/HushianWebApp/Data/Dtos/BaseDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Common.Dtos
|
||||
{
|
||||
public class BaseDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user