6 lines
114 B
C#
6 lines
114 B
C#
namespace Demo.Domain.UseCase
|
|
{
|
|
public interface IAdminUseCase{
|
|
bool ExcelExport(int groupID);
|
|
}
|
|
} |