Exemplo n.º 1
0
 public ServiceTypeParser(
     List <IDocumentTypeAsServiceQuestion> documentTypeQuestions,
     List <IDocumentMethodQuestion> documentMethodQuestions,
     IMethodDependencyFinder methodDependencyfinder,
     IFormatorFactory formatorFactory)
 {
     m_documentTypeQuestions   = documentTypeQuestions;
     m_documentMethodQuestions = documentMethodQuestions;
     m_methodDependencyfinder  = methodDependencyfinder;
     m_formatorFactory         = formatorFactory;
 }
Exemplo n.º 2
0
 public MethodFormator(IFormatorFactory formatorFactory)
 {
     m_formatorFactory = formatorFactory;
 }
 public ListOfParameterFormator(IFormatorFactory formatorFactory)
 {
     m_formatorFactory = formatorFactory;
 }