Example #1
0
 public bool Liberar(string id)
 {
     return(repository.Liberar(id));
 }