Exemplo n.º 1
0
 public void LoadListOfValueDropDownModel(ParentGroupDropDownModel model)
 {
     using (var db = new MainDbContext())
     {
         model.ParentGroupType = _clsGlobal.GetParentGroupType(true);
     }
 }