Exemplo n.º 1
0
 public NewAsset(NewEntityViewModel<Asset> context)
     : this()
 {
     this.DataContext = context;
 }
Exemplo n.º 2
0
 public NewStaff(NewEntityViewModel<Staff> context)
     : this()
 {
     this.DataContext = context;
 }
Exemplo n.º 3
0
 public NewRoom(NewEntityViewModel<Room> context)
     : this()
 {
     this.DataContext = context;
 }