17
17
18
18
namespace NHibernate . Test . Events . Collections
19
19
{
20
- /// <content>
21
- /// Contains generated async methods
22
- /// </content>
23
20
public partial class CollectionListeners
24
21
{
25
22
@@ -32,9 +29,6 @@ public partial class CollectionListeners
32
29
33
30
#region Nested type: InitializeCollectionListener
34
31
35
- /// <content>
36
- /// Contains generated async methods
37
- /// </content>
38
32
public partial class InitializeCollectionListener : DefaultInitializeCollectionEventListener , IListener
39
33
{
40
34
@@ -53,9 +47,6 @@ public override async Task OnInitializeCollectionAsync(InitializeCollectionEvent
53
47
54
48
#region Nested type: PostCollectionRecreateListener
55
49
56
- /// <content>
57
- /// Contains generated async methods
58
- /// </content>
59
50
public partial class PostCollectionRecreateListener : AbstractListener , IPostCollectionRecreateEventListener
60
51
{
61
52
@@ -81,9 +72,6 @@ public Task OnPostRecreateCollectionAsync(PostCollectionRecreateEvent @event, Ca
81
72
82
73
#region Nested type: PostCollectionRemoveListener
83
74
84
- /// <content>
85
- /// Contains generated async methods
86
- /// </content>
87
75
public partial class PostCollectionRemoveListener : AbstractListener , IPostCollectionRemoveEventListener
88
76
{
89
77
@@ -109,9 +97,6 @@ public Task OnPostRemoveCollectionAsync(PostCollectionRemoveEvent @event, Cancel
109
97
110
98
#region Nested type: PostCollectionUpdateListener
111
99
112
- /// <content>
113
- /// Contains generated async methods
114
- /// </content>
115
100
public partial class PostCollectionUpdateListener : AbstractListener , IPostCollectionUpdateEventListener
116
101
{
117
102
@@ -137,9 +122,6 @@ public Task OnPostUpdateCollectionAsync(PostCollectionUpdateEvent @event, Cancel
137
122
138
123
#region Nested type: PreCollectionRecreateListener
139
124
140
- /// <content>
141
- /// Contains generated async methods
142
- /// </content>
143
125
public partial class PreCollectionRecreateListener : AbstractListener , IPreCollectionRecreateEventListener
144
126
{
145
127
@@ -165,9 +147,6 @@ public Task OnPreRecreateCollectionAsync(PreCollectionRecreateEvent @event, Canc
165
147
166
148
#region Nested type: PreCollectionRemoveListener
167
149
168
- /// <content>
169
- /// Contains generated async methods
170
- /// </content>
171
150
public partial class PreCollectionRemoveListener : AbstractListener , IPreCollectionRemoveEventListener
172
151
{
173
152
@@ -193,9 +172,6 @@ public Task OnPreRemoveCollectionAsync(PreCollectionRemoveEvent @event, Cancella
193
172
194
173
#region Nested type: PreCollectionUpdateListener
195
174
196
- /// <content>
197
- /// Contains generated async methods
198
- /// </content>
199
175
public partial class PreCollectionUpdateListener : AbstractListener , IPreCollectionUpdateEventListener
200
176
{
201
177
0 commit comments