using System; using System.Collections.Generic; using System.Text; namespace Application.Shared.Dtos.Units.Imports { public interface ISurvey { } }