コード例 #1
0
 public void Commit(List <string> erros)
 {
     if (!erros.Any())
     {
         context.SaveChanges();
     }
 }