Rename Feedser to Concelier
This commit is contained in:
		| @@ -0,0 +1,12 @@ | ||||
| using StellaOps.Concelier.Models; | ||||
|  | ||||
| namespace StellaOps.Concelier.Exporter.Json; | ||||
|  | ||||
| public interface IJsonExportPathResolver | ||||
| { | ||||
|     /// <summary> | ||||
|     /// Returns the relative path (using platform directory separators) for the supplied advisory. | ||||
|     /// Path must not include the leading export root. | ||||
|     /// </summary> | ||||
|     string GetRelativePath(Advisory advisory); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user