Exemple #1
0
 public GrinmachineViewModel(UserInformation userInformation, string costCentCode)
 {
     this.GrinMachine           = new GrinmachineModel();
     GrinMachine.COST_CENT_CODE = costCentCode;
     _grinMachineBll            = new GrinmachineBll(userInformation);
     _grinMachineBll.GetGrinMachine(GrinMachine);
 }