Пример #1
0
 public bool Delete(Delete delete)
 {
     return(_customeRepository.Delete(delete));
 }