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