示例#1
0
 public MySqlRepositoryBase()
 {
     if (dbcontext == null)
     {
         dbcontext = new MySqlCMSDbContext();
     }
 }