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