コード例 #1
0
 public LiquidTemplateRendererTest()
 {
     this.sample1Model = new Sample1Model()
     {
         Migrations = new [] { "//migration 3", "//migration 2", "//migration 1" },
         Namespace  = "A.B.C"
     };
 }
コード例 #2
0
 public LiquidTemplateRendererTest()
 {
     this.sample1Model = new Sample1Model()
     {
         Migrations = new [] { "//migration 3", "//migration 2", "//migration 1" },
         Namespace = "A.B.C"
     };
 }