* Created AzureDataModel
* Created Hangfire API
This commit is contained in:
10
AzureDataModel/Dtos/TaskScheduler.cs
Normal file
10
AzureDataModel/Dtos/TaskScheduler.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AzureDataModel.Dtos;
|
||||
|
||||
public class TaskSchedulerDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Path { get; set; }
|
||||
public string CronOptions { get; set; }
|
||||
public DateTime CreateDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user