renamed the base name of the model
This commit is contained in:
13
Yavsc/Models/Edition/IDocument.cs
Normal file
13
Yavsc/Models/Edition/IDocument.cs
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
namespace Yavsc.Models {
|
||||
|
||||
public class Parameter {
|
||||
public string Name { get; set; }
|
||||
public string Value { get; set; }
|
||||
}
|
||||
public interface IDocument {
|
||||
string Template { get; set; }
|
||||
Parameter [] Parameters { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user