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