Exemplo n.º 1
0
 /// <summary>
 /// Lista todas las cuentas por cobrar (Notifica).
 /// </summary>
 /// <returns></returns>
 public List <NotificaInfo> List()
 {
     return(module.List());
 }