Плательщики
Боль
Решение - PayerGetter
public interface IPayerGetter
{
void Initialize(bool firstTime = true);
Abonent Get(ClientType type, bool isCorp = false, bool isBudget = false);
Abonent GetClientWithFocus();
(Abonent head, Abonent branch) GetHeadWithBranch();
string GetNotExistingPayerInn(ClientType type);
}
Описание интерфейса
Вопросы