Ejemplo n.º 1
0
 public void Remove(CustomerSmsNotificationCBE value)
 {
     List.Remove(value);
 }
Ejemplo n.º 2
0
 public int IndexOf(CustomerSmsNotificationCBE value)
 {
     return(List.IndexOf(value));
 }
Ejemplo n.º 3
0
 public void Insert(int index, CustomerSmsNotificationCBE value)
 {
     List.Insert(index, value);
 }
Ejemplo n.º 4
0
 public int Add(CustomerSmsNotificationCBE value)
 {
     return(List.Add(value));
 }