Add comments so that it's easy to know what each class represents on Template method pattern

This commit is contained in:
Petrutiu Mihai
2016-07-26 14:27:47 +03:00
parent 3aa1362369
commit 9e7f17df12
6 changed files with 16 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace TemplatePattern.WorkersExample
{
/// <summary>
/// Framework class
/// Framework-Abstract class
/// </summary>
public abstract class Worker
{