Inheritance: com.Sconit.Entity.View.LocationLotDetailViewBase
コード例 #1
0
 public virtual void DeleteLocationLotDetailView(LocationLotDetailView entity)
 {
     entityDao.DeleteLocationLotDetailView(entity);
 }
コード例 #2
0
 public virtual void UpdateLocationLotDetailView(LocationLotDetailView entity)
 {
     entityDao.UpdateLocationLotDetailView(entity);
 }
コード例 #3
0
 public virtual void CreateLocationLotDetailView(LocationLotDetailView entity)
 {
     Create(entity);
 }