[Test]
public void Test()
{
Database
.Has(new Contact { Name = "Notepad" })
.Has(new Contact { Name = "Pencil" },
new Contact { Name = "Pen" },
new Contact { Name = "Pear" })
.Apply();
var contacts = Query.For<Contact>().ToList();
Assert.AreEqual(contacts.Count, 4);
}
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|