コード例 #1
0
 public void TestMethod1()
 {
     using (var po = new POTest())
     {
         //po.User.Where()
     }
 }
コード例 #2
0
ファイル: UnitTest1.cs プロジェクト: bluexary/Farseer.net
 public void TestMethod1()
 {
     using (var po = new POTest())
     {
         var type = po.User.GetType();
     }
 }