Example #1
0
 public FunctionOpenResult <bool> UpdateByID(ComponentConfig info)
 {
     var r = new FunctionOpenResult <bool>(); r.Data = ComponentConfigDal.Update(info) > 0; return(r);
 }