예제 #1
0
 public bool Delete(ChuDe entity)
 {
     return(_repository.Delete(entity));
 }
예제 #2
0
 public ChuDe Delete(int id)
 {
     return(_ChuDeRepository.Delete(id));
 }
예제 #3
0
 public bool Delete(string id)
 {
     return(_res.Delete(id));
 }
예제 #4
0
 public bool Delete(int id)
 {
     return(_res.Delete(id));
 }