Skip to content

Instantly share code, notes, and snippets.

@Fodsuk
Created October 13, 2015 02:26
Show Gist options
  • Save Fodsuk/3371221d4777e3a2d1d4 to your computer and use it in GitHub Desktop.
Save Fodsuk/3371221d4777e3a2d1d4 to your computer and use it in GitHub Desktop.
//ImportSessionContext?
public class ImportSession : IImportSession
{
private readonly IImportSessionRepository _importSessionRepository;
public ImportSession(IImportSessionRepository importSessionRepository)
{
_importSessionRepository = importSessionRepository;
}
//ImportSession?
public ImportSessionReference CreateReference(int instId, int genericImporterId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment