Example #1
0
 private void DeleteCaLamViec(string MaCaLamViec)
 {
     try
     {
         var context = new ATINChamCongEntities();
         context.spDeleteCaLamViec(MaCaLamViec);
     }
     catch (Exception e)
     {
         MessageBox.Show(e.Message);
     }
 }