示例#1
0
 public int Del(string ids)
 {
     return(_specificationRepository.Del(ids));
 }