예제 #1
0
 public void Insert(List <LinesModel> model)
 {
     try
     {
         LinesDataLayerRealm dl = new LinesDataLayerRealm();
         dl.Insert(model);
     }
     catch (Exception pException)
     {
         System.Diagnostics.Debug.WriteLine("Error LinesBusiness->Insert " + pException.Message);
     }
 }