/// <summary>
 /// To be called in the Composition Root
 /// </summary>
 public static void SetupFactory(IBusinessServiceFactory factory)
 {
     _factory = factory;
 }
Exemplo n.º 2
0
 /// <summary>
 /// To be called in the Composition Root
 /// </summary>
 public static void SetupFactory(IBusinessServiceFactory factory)
 {
     _factory = factory;
 }