Example #1
0
		private void detach_Controllers(Controller entity)
		{
			this.SendPropertyChanging();
			entity.Template = null;
		}
Example #2
0
 partial void DeleteController(Controller instance);
Example #3
0
 partial void InsertController(Controller instance);
Example #4
0
 partial void UpdateController(Controller instance);
Example #5
0
		private void detach_Controllers(Controller entity)
		{
			this.SendPropertyChanging();
			entity.ModuleControl = null;
		}