Example #1
0
 public virtual void CreateProductLineUser(ProductLineUser entity)
 {
     entityDao.CreateProductLineUser(entity);
 }