Ejemplo n.º 1
0
 public async Task <BillViewModel> Unblock(int id)
 {
     return(await _repo.Unlock(id));
 }