×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: C#
Posted by: Rafael Stellato
Added: Apr 8, 2020 2:24 AM
Modified: Apr 8, 2020 2:25 AM
Views: 4290
Tags: csharp
  1. using Flow2.Domain.Entities;
  2. using Flow2.Domain.Interfaces.Repositories.RepositoryBase;
  3.  
  4. namespace Flow2.Domain.Interfaces
  5. {
  6.     public interface IEntidadeRepo : IRepositoryBase<Entidade>
  7.     {
  8.        
  9.     }
  10. }