예제 #1
0
 public void Add(PRPDBatchActivityInstructions objPRPDBatchActivityInstructions)
 {
     this.InnerList.Add(objPRPDBatchActivityInstructions);
 }
예제 #2
0
 public void Delete(PRPDBatchActivityInstructions objPRPDBatchActivityInstructions)
 {
     this.InnerList.Remove(objPRPDBatchActivityInstructions);
 }