Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
446c1d4cec | ||
|
|
a7a97aa794 | ||
|
|
210bb69e8a | ||
|
|
ec5d2f14f4 |
@@ -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