refactor: comentado que hace los genericos
This commit is contained in:
@@ -11,4 +11,9 @@
|
||||
<PackageReference Include="webhookSharp" Version="1.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Modelo\Modelo.csproj" />
|
||||
<ProjectReference Include="..\Entidades\Entidades.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using Modelo;
|
||||
|
||||
namespace Controladora
|
||||
{
|
||||
public abstract class ControladoraBase<T, J>
|
||||
public abstract class ControladoraBase<T /*Tipo de Dato*/ ,
|
||||
J /*Singleton*/>
|
||||
where J : new()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user