Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7bec8a5a3 | ||
|
|
06efc69250 | ||
|
|
d04e3bfb1e | ||
|
|
17b8a8e823 | ||
|
|
1f71a0d815 | ||
|
|
4d862b58be |
@@ -8,10 +8,13 @@
|
|||||||
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