Excel export
This commit is contained in:
		| @@ -0,0 +1,7 @@ | ||||
| namespace ApplicationLayer.Services.VisaApplications.NeededServices | ||||
| { | ||||
|     public interface IEntityWriter | ||||
|     { | ||||
|         Task<Stream> WriteEntityToStream(object entity, CancellationToken cancellationToken); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user