Example #1
0
 public bool Update(ChuDeModel model)
 {
     return(_res.Update(model));
 }
Example #2
0
 public bool Update(ChuDe item)
 {
     return(_repository.Update(item));
 }
 public void Update(ChuDe ChuDe)
 {
     _ChuDeRepository.Update(ChuDe);
 }