Ejemplo n.º 1
0
 public System.Threading.Tasks.Task InsertarPersonaAsync(Entidades.TBL_PERSONA obj)
 {
     return(base.Channel.InsertarPersonaAsync(obj));
 }
Ejemplo n.º 2
0
 public void InsertarPersona(Entidades.TBL_PERSONA obj)
 {
     base.Channel.InsertarPersona(obj);
 }