Пример #1
0
        public void SetForm(ViewAll form)
        {
            _form = form;

            _form.Branches = _branchRepo.GetAll();
        }
Пример #2
0
        public void SetForm(ViewAll form)
        {
            _form = form;

            _form.Branches = _branchRepo.GetAll();
        }