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