Пример #1
0
        public async Task ShouldAssignCommittessToBranchSuccess()
        {
            BranchCommitteeModel branchCommitteeModel = new BranchDefaults().GetBranchCommitteeModel();
            await _sutBranchAppService.AddCommittee(branchCommitteeModel);

            _moqCommandRepository.Verify(m => m.SaveAsync(), Times.Once);
        }