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