Ejemplo n.º 1
0
 public Task <bool> Delete(string userName)
 {
     return(store.Delete(userName));
 }