示例#1
0
 public int SaveRecibocajaegreso(Recibocajaegreso entity)
 {
     return(RecibocajaegresoDao.Save(entity));
 }