Exemplo n.º 1
0
 public AppendixConverterShould()
 {
     _converter = new AppendixConverter();
 }
Exemplo n.º 2
0
 public AppendixService(IUnitOfWork uow)
 {
     _uow       = uow;
     _converter = new AppendixConverter();
 }