Exemplo n.º 1
0
 protected ApplicationService(IEndPointsManager endPointsManager)
 {
     _endPointsManager = endPointsManager;
 }
 public RandomFactServicesManagement(IEndPointsManager endPointsManager) : base(endPointsManager)
 {
 }