Add project files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace ConstructorAppUI.Dtos.WorkProcessDtos
|
||||
{
|
||||
public class UpdateWorkProcessDto
|
||||
{
|
||||
public int WorkProcessID { get; set; }
|
||||
public string? Info { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public string? SubTitle { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
public bool IsActive { get; set; } //0=Pasif 1=Aktif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user