CSLA - Extension

This commit is contained in:
2026-09-01 08:21:41 -04:00
parent dcd2fbc294
commit dab65dbfb6
30 changed files with 2703 additions and 5680 deletions
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using Csla;
@@ -118,11 +116,8 @@ namespace VEPROMS.CSLA.Library
[Serializable]
private class GetROUsagesByROIDsCriteria
{
public GetROUsagesByROIDsCriteria(string roids)
{
_ROIDS = roids;
}
private string _ROIDS;
public GetROUsagesByROIDsCriteria(string roids) => _ROIDS = roids;
private string _ROIDS;
public string ROIDS
{
get { return _ROIDS; }