Exemple #1
0
 public void InsertLog()
 {
     ObjLogPersonaJuridicaBL.Insert(view.LogPersonaJuridica);
 }
Exemple #2
0
 public void GetAllLog()
 {
     view.LstLogPersonaJuridica = ObjLogPersonaJuridicaBL.GetAllByParameters(view.LogPersonaJuridica);
 }