|
|
@ -3,9 +3,9 @@ using System.Collections.Generic; |
|
|
|
using System.Linq; |
|
|
|
using System.Linq; |
|
|
|
using System.Text; |
|
|
|
using System.Text; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using FactoryMethod.Product; |
|
|
|
using FactoryMethod.Products; |
|
|
|
|
|
|
|
|
|
|
|
namespace FactoryMethod.Creator.Creator |
|
|
|
namespace FactoryMethod.Creators |
|
|
|
{ |
|
|
|
{ |
|
|
|
internal class ConcreateCreator1 : Creator |
|
|
|
internal class ConcreateCreator1 : Creator |
|
|
|
{ |
|
|
|
{ |