Exemplo n.º 1
0
 public bool Delete(object UserId)
 {
     return(AspnetProfile.Delete(UserId) == 1);
 }