Database in work. Added connection pool, etc
This commit is contained in:
@@ -42,6 +42,8 @@ data class HumanBeing(
|
||||
require(name.isNotBlank()) { "Имя не может быть пустым" }
|
||||
}
|
||||
|
||||
fun getFuckingCar(): Car = car
|
||||
|
||||
/**
|
||||
* Сравниваем по имени и id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user