SOLID principles in C# – How to implement more specific interface – Telegram API
I'm currently new to the topic of Clean Code and SOLID principles. We have written a UseCase for a specific task. using BusinessLogic.Classes.BusinessLogic; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BusinessLogic.UseCases { public class DoASpecificTask<T> :…