예제 #1
0
 public static Boolean UpdateLitbangFlag(PinereDataContext dc, int SampelId)
 {
     try
     {
         dc.UpdateLitbangFlag(SampelId);
         return(true);
     }
     catch (Exception e)
     {
         throw new Exception(e.Message);
     }
 }