Exemple #1
0
 public bool DeleteById(Guid id)
 {
     return(_consumerRepository.DeleteById(id));
 }