mirror of https://github.com/abpframework/abp
parent
187a8ae486
commit
7f5365b585
@ -1,5 +1,3 @@
|
||||
using Volo.Docs.Projects;
|
||||
|
||||
namespace Volo.Docs.Documents
|
||||
{
|
||||
public interface IDocumentStoreFactory
|
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Volo.Docs.Projects
|
||||
{
|
||||
[Serializable] //Serialization needed because this object is stored in cache
|
||||
public class VersionInfo
|
||||
{
|
||||
public string DisplayName { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in new issue