...
This commit is contained in:
15
Common/Dtos/Prompt/ADD_PromptDto.cs
Normal file
15
Common/Dtos/Prompt/ADD_PromptDto.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Common.Dtos.Prompt
|
||||
{
|
||||
public class ADD_PromptDto
|
||||
{
|
||||
public string Test { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
18
Common/Dtos/Prompt/ReadANDUpdate_PromptDto.cs
Normal file
18
Common/Dtos/Prompt/ReadANDUpdate_PromptDto.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Common.Dtos.Prompt
|
||||
{
|
||||
public class ReadANDUpdate_PromptDto
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public DateTime Cdatetime { get; set; }
|
||||
public int CompanyID { get; set; }
|
||||
public string Test { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user