added a Refresh method to refresh AnnotationTypeInfoList
added a Refresh method to refresh StageInfoList
This commit is contained in:
@@ -1518,4 +1518,12 @@ namespace VEPROMS.CSLA.Library
|
||||
DataPortal_Fetch(new PKCriteria(cai.ContentID));
|
||||
}
|
||||
}
|
||||
public partial class StageInfoList
|
||||
{
|
||||
public static void Refresh()
|
||||
{
|
||||
Reset();
|
||||
_StageInfoList = Get();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user