Пример #1
0
 public virtual int ExecuteNonQuery()
 {
     return(DataMapper.NonQuery(SessionFactory.GetCurrentSession(typeof(T)), this));
 }