mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 12:02:40 +00:00
euh
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user