Esempio n. 1
0
 public async Task <int> DeleteItemEmotionAsync(Emotion item)
 {
     return(await database.DeleteAsync(item));
 }