Ejemplo n.º 1
0
 public DataTable All()
 {
     try
     {
         return(PermissionDAL.All(ConnectionStrings));
     }
     catch (Exception ex)
     {
         throw new Exception(String.Format("{0}.All: {1}", core, ex));
     }
 }