public int Insert(error_config_pn Obj, bool RetId = false)
 {
     return(errorConfigPnService.Insert(Obj, RetId));
 }
Ejemplo n.º 2
0
        public int Insert(error_config_pn Obj, bool RetId = false)
        {
            int count = PostgreHelper.InsertSingleEntity <error_config_pn>(Obj);

            return(count);
        }