Пример #1
0
 public NewAsset(NewEntityViewModel<Asset> context)
     : this()
 {
     this.DataContext = context;
 }
Пример #2
0
 public NewStaff(NewEntityViewModel<Staff> context)
     : this()
 {
     this.DataContext = context;
 }
Пример #3
0
 public NewRoom(NewEntityViewModel<Room> context)
     : this()
 {
     this.DataContext = context;
 }