예제 #1
0
 public static void Main()
 {
     XfwContainer.Default.Register <IDbQueryProvider>(() => new Inte.XFramework.Data.SqlClient.DbQueryProvider(XfwCommon.ConnString), true);
     Demo.Run();
 }
예제 #2
0
 public Demo(Demo model)
 {
 }