Skip to content

Instantly share code, notes, and snippets.

@dariuszparzygnat
Created September 21, 2017 20:17
Show Gist options
  • Select an option

  • Save dariuszparzygnat/ecff147e74e6e8673e1f761175d9afe0 to your computer and use it in GitHub Desktop.

Select an option

Save dariuszparzygnat/ecff147e74e6e8673e1f761175d9afe0 to your computer and use it in GitHub Desktop.
using AutoMapper;
namespace AutomapperConfiguration.AutoMapperConfig
{
public interface IAutoMapperConfiguration
{
MapperConfiguration Configure();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment