-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameStoreModelService.XML
More file actions
44 lines (44 loc) · 1.88 KB
/
GameStoreModelService.XML
File metadata and controls
44 lines (44 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<doc>
<assembly>
<name>GameStoreModelService</name>
</assembly>
<members>
<member name="M:GameStoreModelService.IGameStoreService.Games">
<summary>
Metoda zwracająca dane gier zaimplementowana w serwisie
</summary>
</member>
<member name="M:GameStoreModelService.IGameStoreService.SaveGame(GameStoreModelService.Game)">
<summary>
Metoda implementująca dodawanie gier z bazy danych zaimplementowana w serwisie
</summary>
<param name="game"></param>
</member>
<member name="M:GameStoreModelService.IGameStoreService.DeleteGame(System.Int32)">
<summary>
Metoda implementująca usuwanie gier z bazy danych zaimplementowana w serwisie
</summary>
<param name="gameID"></param>
<returns></returns>
</member>
<member name="M:GameStoreModelService.IGameStoreService.ShippingInformations">
<summary>
Metoda zwracająca dane zamówień zaimplementowana w serwisie
</summary>
</member>
<member name="M:GameStoreModelService.IGameStoreService.SaveShippingInformation(GameStoreModelService.ShippingInformation)">
<summary>
Metoda implementująca dodanie zamówień do bazy danych zaimplementowana w serwisie
</summary>
<param name="shippingInformation"></param>
</member>
<!-- Badly formed XML comment ignored for member "M:GameStoreModelService.IGameStoreService.DeleteShippingInfo(System.Int32)" -->
<member name="M:GameStoreModelService.IGameStoreService.Logins">
<summary>
Metoda zwracająca dane wszystkich administratorów strony internetowej
</summary>
<returns></returns>
</member>
</members>
</doc>