public void Update_CONTROL_(_CONTROL_Info _CONTROL_)
 {
     using (IDataContext ctx = DataContext.Instance())
     {
         var rep = ctx.GetRepository <_CONTROL_Info>();
         rep.Update(_CONTROL_);
     }
 }
예제 #2
0
 public void Update_CONTROL_(_CONTROL_Info _CONTROL_)
 {
     using (IDataContext ctx = DataContext.Instance())
     {
         var rep = ctx.GetRepository<_CONTROL_Info>();
         rep.Update(_CONTROL_);
     }
 }