Add project files.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Builder.LifeCycles
|
||||
{
|
||||
public class ProjectContext : IProjectContext
|
||||
{
|
||||
public ICollection<Page> Pages => new List<Page>();
|
||||
}
|
||||
|
||||
public interface IProjectScope
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user