This commit is contained in:
Beppe
2019-07-06 01:41:20 +02:00
parent df39b0392c
commit d883bce694
16 changed files with 110 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ namespace Data
}
} catch (Exception e)
{
throw new Exception(e.Message);
}
return list;
@@ -51,6 +51,7 @@ namespace Data
} catch (Exception e)
{
throw new Exception(e.Message);
}
return list;
}
@@ -68,6 +69,7 @@ namespace Data
}
} catch (Exception e)
{
throw new Exception(e.Message);
}
return list;
@@ -86,6 +88,7 @@ namespace Data
}
} catch (Exception e)
{
throw new Exception(e.Message);
}
return list;