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