Aggiunta migration fabbisogni
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user