Exemple #1
0
 public void Delete(L_IDInformationType entity)
 {
     Repository.Delete(entity);
 }
Exemple #2
0
 public void Add(L_IDInformationType entity)
 {
     Repository.Add(entity);
 }