Aggiunta migration fabbisogni

This commit is contained in:
Samuele Locatelli
2026-04-16 17:52:58 +02:00
parent 35eab707a4
commit 39a534b727
13 changed files with 4731 additions and 16 deletions
@@ -2,6 +2,7 @@
{
public interface IMatReqRepository : IBaseRepository
{
#region Public Methods
/// <summary>
/// Inserisce un nuovo record MatReq nel database.
@@ -41,5 +42,7 @@
/// </summary>
/// <param name="entity">Record aggiornato</param>
Task<bool> UpdateAsync(MatReqModel entity);
#endregion Public Methods
}
}
}