예제 #1
0
 async Task AddItem(Chat item)
 {
     await tableManager.SaveChatAsync(item);
 }