13 lines
299 B
C#
13 lines
299 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Beam.Temporary.Cli {
|
|
public class Template {
|
|
public StateChangerFactory Factory { get; set; }
|
|
public SourceLinkBuilder Builder { get; set; }
|
|
}
|
|
}
|