예제 #1
0
 private DbContext GetNetDatabase()
 {
     return(SysContext.CreateDbContext(ConfigurationManager.AppSettings["NetDatabase"], "System.Data.SqlClient"));
 }