コード例 #1
0
 static FieldPathAssemblerStub()
 {
     Source = new FieldPath();
     DTO = new FieldPathDTO();
 }
コード例 #2
0
 public override IFieldPath Restore(FieldPathDTO dto)
 {
     return Source;
 }