示例#1
0
 public YuntuTests()
 {
     _client = new YuntuClient();
 }
示例#2
0
 public AsyncCountryCommandHandler(IUnitOfWork uow, IRepository <Country> countryRepository, YuntuClient client) : base(uow)
 {
     _countryRepository = countryRepository;
     _unitOfWork        = uow;
     _client            = client;
 }