Rename vari metodo elenco magazzini
This commit is contained in:
@@ -374,7 +374,7 @@ namespace MP.Data.Controllers
|
||||
/// Elenco Magazzini
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public List<AnagMagModel> ElencoMagazzini()
|
||||
public List<AnagMagModel> MagazziniList()
|
||||
{
|
||||
List<AnagMagModel> dbResult = new List<AnagMagModel>();
|
||||
using (var dbCtx = new MoonPro_InveContext(_configuration))
|
||||
|
||||
Reference in New Issue
Block a user