namespace API.DTO { public interface IUpdateAdaptable { void adaptModel(ref TModel model); } }