예제 #1
0
 public Task Update(Memorial memorial)
 {
     return(_asyncConnection.UpdateAsync(memorial, typeof(Memorial)));
 }
예제 #2
0
 public Task Add(Memorial memorial)
 {
     return(_asyncConnection.InsertAsync(memorial));
 }