Reset related lists
This commit is contained in:
@@ -58,7 +58,7 @@ namespace VEPROMS.CSLA.Library
|
||||
#region Factory Methods
|
||||
public static GroupInfoList _GroupInfoList = null;
|
||||
/// <summary>
|
||||
/// Return a list of all projects.
|
||||
/// Return a list of all GroupInfo.
|
||||
/// </summary>
|
||||
public static GroupInfoList Get()
|
||||
{
|
||||
@@ -77,6 +77,13 @@ namespace VEPROMS.CSLA.Library
|
||||
throw new DbCslaException("Error on GroupInfoList.Get", ex);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Reset the list of all GroupInfo.
|
||||
/// </summary>
|
||||
public static void Reset()
|
||||
{
|
||||
_GroupInfoList = null;
|
||||
}
|
||||
// TODO: Add alternative gets -
|
||||
//public static GroupInfoList Get(<criteria>)
|
||||
//{
|
||||
|
Reference in New Issue
Block a user