This website requires JavaScript.
Explore
Help
Register
Sign In
xuthus
/
pigallery2
Watch
1
Star
0
Fork
0
You've already forked pigallery2
mirror of
https://github.com/xuthus83/pigallery2.git
synced
2024-11-03 21:04:03 +08:00
Code
Actions
Projects
Activity
16f1afdf10
pigallery2
/
common
/
entities
/
UserModificationRequest.ts
5 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
source style cleanup
2016-05-09 23:04:56 +08:00
export
class
UserModificationRequest
{
adding angular-cli support (causes major refactoring)
2017-06-11 04:32:56 +08:00
constructor
(
public
id
:
number
)
{
}
implementing routers and user middlewares
2016-03-20 00:31:42 +08:00
}
Copy Permalink