primer commit
This commit is contained in:
commit
cdcaa6e49f
193 changed files with 11597 additions and 0 deletions
15
DAL/Interfaces/IDGAMedicionScadaRepository.cs
Normal file
15
DAL/Interfaces/IDGAMedicionScadaRepository.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using DAL.Models;
|
||||
|
||||
namespace DAL.Interfaces
|
||||
{
|
||||
internal interface IDGAMedicionScadaRepository
|
||||
{
|
||||
public Task<List<MedicionScada>> ObtenerMedicionesAsync();
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue