теперь точно все
This commit is contained in:
parent
1db123d40d
commit
71aa88ad1d
@ -14,7 +14,7 @@ public class BusRepository : IBusRepository
|
|||||||
|
|
||||||
public Bus ReadBusByID(int id)
|
public Bus ReadBusByID(int id)
|
||||||
{
|
{
|
||||||
return Bus.CreateEntity(0, string.Empty, 0, 0);
|
return Bus.CreateEntity(0, string.Empty, string.Empty);
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<Bus> ReadBuses()
|
public IEnumerable<Bus> ReadBuses()
|
||||||
|
@ -15,7 +15,7 @@ public class EmployeeRepository : IEmployeeRepository
|
|||||||
|
|
||||||
public Employee ReadEmployeeByID(int id)
|
public Employee ReadEmployeeByID(int id)
|
||||||
{
|
{
|
||||||
return Employee.CreateEntity(0, string.Empty, string.Empty, 0, EmployeePost.None);
|
return Employee.CreateEntity(0, string.Empty, string.Empty, EmployeePost.None);
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<Employee> ReadEmployees()
|
public IEnumerable<Employee> ReadEmployees()
|
||||||
|
Loading…
Reference in New Issue
Block a user