8 lines
136 B
C#
8 lines
136 B
C#
namespace Complex.Application.Common
|
|
{
|
|
public interface IBaseResponseDto
|
|
{
|
|
List<string> Action { set; get; }
|
|
}
|
|
}
|