This commit is contained in:
2025-01-30 23:27:47 -03:00
parent b98cf77807
commit 68745cab5e
9 changed files with 660 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
namespace Entidades.Admin;
public class NotificarAdmin {
public string Mensaje { get; set; }="";
public long Idcontrato{get;set;}
public long Idcanon {get; set;}
}