* Created AzureDataModel
* Created Hangfire API
This commit is contained in:
11
AzureDataModel/Entities/TaskScheduler.cs
Normal file
11
AzureDataModel/Entities/TaskScheduler.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace AzureDataModel.Entities;
|
||||
|
||||
public class TaskScheduler
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Guid RowPointer { 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