예제 #1
0
 partial void DeleteApiAccess(ApiAccess instance);
예제 #2
0
 partial void UpdateApiAccess(ApiAccess instance);
예제 #3
0
		private void detach_ApiAccesses(ApiAccess entity)
		{
			this.SendPropertyChanging();
			entity.ApiModule = null;
		}
예제 #4
0
 partial void InsertApiAccess(ApiAccess instance);
예제 #5
0
		private void attach_ApiAccesses(ApiAccess entity)
		{
			this.SendPropertyChanging();
			entity.ApiKey = this;
		}