Add comments so that it's easy to know what each class represents on Template method pattern
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
namespace TemplatePattern.WorkersExample
|
||||
{
|
||||
/// <summary>
|
||||
/// Framework class
|
||||
/// Framework-Abstract class
|
||||
/// </summary>
|
||||
public abstract class Worker
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user