Files
Hushian/Common/Dtos/Company/CompanyContentInfo/ADD_CompanyContentInfoDto.cs

14 lines
271 B
C#
Raw Normal View History

2025-06-28 15:31:07 +03:30
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Common.Dtos.Company.CompanyContentInfo
{
public class ADD_CompanyContentInfoDto
{
public string Content { get; set; }
}
}