Пример #1
0
 protected virtual void CloseSession()
 {
     if (_list != null)
     {
         _list.CloseSession();
     }
 }