Skip to content

Instantly share code, notes, and snippets.

@amoerie
Last active December 10, 2015 01:34
Show Gist options
  • Save amoerie/4359214 to your computer and use it in GitHub Desktop.
Save amoerie/4359214 to your computer and use it in GitHub Desktop.
public interface IDto<TModel> where TModel : class, new()
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment