forked from MDCPS/DamageAssessment_Backend
		
	Modified Documents api for InMemory Logic
This commit is contained in:
		| @ -49,7 +49,7 @@ namespace DamageAssesment.Api.Documents.Providers | ||||
|             } | ||||
|             if (!DocumentDbContext.DocumentsTranslations.Any()) | ||||
|             { | ||||
|                 Db.DocumentsTranslation documents = new Db.DocumentsTranslation { Id = 0, DocumentId = 1, title = "Test", description = "ss", Language = "en" }; | ||||
|                 Db.DocumentsTranslation documents = new Db.DocumentsTranslation { DocumentId = 1, title = "Test", description = "ss", Language = "en" }; | ||||
|                 DocumentDbContext.DocumentsTranslations.Add(documents); | ||||
|                 DocumentDbContext.SaveChanges(); | ||||
|             } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user