Guest User

Untitled

a guest
Jul 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Enum DatabaseType {
  2. SqlCe
  3. SqlServer
  4. MySql
  5. SqlAzure
  6. }
  7.  
  8. Enum ResultType {
  9. Success
  10. Error
  11. Warning
  12. }
Add Comment
Please, Sign In to add comment