Todo
This commit is contained in:
@@ -9,5 +9,6 @@ namespace MieSystem.Data.Interfaces
|
||||
Task<int> CreateAsync(Expediente expediente);
|
||||
Task<bool> UpdateAsync(Expediente expediente);
|
||||
Task<bool> DeleteAsync(int id);
|
||||
Task<IEnumerable<Expediente?>> GetActivosAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user