public void initialize(Bldg theModel, BldgController theController)
 {
     this.model          = theModel;
     this.bldgController = theController;
 }
예제 #2
0
 partial void UpdateBldg(Bldg instance);
예제 #3
0
 partial void DeleteBldg(Bldg instance);
예제 #4
0
 partial void InsertBldg(Bldg instance);