Exemplo n.º 1
0
 public static Boolean UpdateRSFlag(PinereDataContext dc, int KKPId)
 {
     try
     {
         dc.UpdateRSFlag(KKPId);
         return(true);
     }
     catch (Exception e)
     {
         throw new Exception(e.Message);
     }
 }