Exemplo n.º 1
0
 public static async Task <bool> Delete(User i_User)
 {
     return(await AzureWebApi.Delete(i_User));
 }
Exemplo n.º 2
0
 public static async Task <bool> Delete(Mark i_Mark)
 {
     return(await AzureWebApi.Delete(i_Mark));
 }