|
Last change
on this file since 460 was 455, checked in by alloc, 2 years ago |
|
25_30_44
- Got rid (mostly) of custom JSON serialization
- Some code cleanup
|
|
File size:
261 bytes
|
| Rev | Line | |
|---|
| [455] | 1 | using AllocsFixes.LiveData;
|
|---|
| 2 | using JetBrains.Annotations;
|
|---|
| [251] | 3 |
|
|---|
| [454] | 4 | namespace AllocsFixes.WebAPIs {
|
|---|
| [455] | 5 | [UsedImplicitly]
|
|---|
| 6 | internal class GetAnimalsLocation : GetEntityListAbs<EntityAnimal> {
|
|---|
| 7 | public GetAnimalsLocation () : base (Animals.Instance.Get) {
|
|---|
| [325] | 8 | }
|
|---|
| 9 | }
|
|---|
| 10 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.