Exemple #1
0
 public bool DeleteList(Guid id)
 {
     return(_repository.DeleteList(id));
 }