Ejemplo n.º 1
0
 public bool deleteServiceProject(int service_id)
 {
     dataContext.sp_DeleteServiceProject(service_id);
     try
     {
         dataContext.SubmitChanges();
     }
     catch (Exception e)
     {
         return(false);
     }
     return(true);
 }