Beispiel #1
0
 public DataTable All()
 {
     try
     {
         return(CompanyDAL.All());
     }
     catch (Exception ex)
     {
         throw new Exception(String.Format("{0}.All: {1}", core, ex));
     }
 }