We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4226559 commit bd0918fCopy full SHA for bd0918f
DesignPatternsInCSharp/TemplateMethod/PizzaBakingService.cs
@@ -1,8 +1,5 @@
1
-using Xunit.Sdk;
2
-
3
-namespace DesignPatternsInCSharp.TemplateMethod
+namespace DesignPatternsInCSharp.TemplateMethod
4
{
5
6
public class PizzaBakingService : PanFoodServiceBase<Pizza>
7
8
public PizzaBakingService(LoggerAdapter logger) : base(logger)
0 commit comments