Example #1
0
 public async Task <object> EliminarDireccion(int idDireccion)
 {
     return(await _operationData.EliminarDireccion(idDireccion));
 }