Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b10f16c385 | ||
|
|
bebeae4a6a | ||
|
|
77a2270b14 |
@@ -8,13 +8,10 @@
|
|||||||
classDiagram
|
classDiagram
|
||||||
class IApi
|
class IApi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class ProductService {
|
class ProductService {
|
||||||
+IProduct[] getProducts
|
+IProduct[] getProducts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ProductService --> IApi
|
ProductService --> IApi
|
||||||
|
|
||||||
Animal <|-- Duck
|
Animal <|-- Duck
|
||||||
|
|||||||
Reference in New Issue
Block a user