when I initialized two dbcontext data ,it throw exception at the method of dbcontext's SaveChanges().
like that:
{"Table 'XXXXXX' was not found. The database was probably not initialized.\r\n\r\nIf using CodeFirst try to add the following line:\r\ncontext.Database.CreateIfNotExists()"}