Example #1
0
 public virtual MrpShipPlan LoadMrpShipPlan(Int32 id)
 {
     return(entityDao.LoadMrpShipPlan(id));
 }