[TestMethod] public void Id() => Assert.AreEqual(note.Adapt <NoteUpdateDTO>().Id, 8663699);
public async Task AddNoteAsync(Note note) { await _tableStorageManager.InsertOrMergeAsync(note.Adapt <NoteTableEntity>()); }
[TestMethod] public void ElementId() => Assert.AreEqual(note.Adapt <NoteAddDTO>().ElementId, 654654);