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