source:
WineTrackerFinal/WineTrackerWebApi/Models/ErrorHandle/ErrorHandler.cs@
17d6948
Last change on this file since 17d6948 was 17d6948, checked in by , 6 days ago | |
---|---|
|
|
File size: 185 bytes |
Line | |
---|---|
1 | namespace WineTrackerWebApi.Models.ErrorHandle |
2 | { |
3 | public class ErrorHandler |
4 | { |
5 | public string Name { get; set; } |
6 | public string Description { get; set; } |
7 | } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.