8 lines
201 B
C#
8 lines
201 B
C#
namespace CompanyManagment.App.Contracts.FileTitle;
|
|
|
|
public class FileTitleSearchModel
|
|
{
|
|
public long Id { get; set; }
|
|
public string Title { get; set; }
|
|
public string Type { get; set; }
|
|
} |