Esempio n. 1
0
 public static async Task AddEnWord(EnWord theWord)
 {
     await sqlConn.InsertAsync(theWord);
 }
Esempio n. 2
0
 public static async Task DeleteEnWord(EnWord theWord)
 {
     await sqlConn.DeleteAsync(theWord);
 }