diff options
Diffstat (limited to 'Software/Visual_Studio/TCC/Tango.TCC.BL/Web/PrintCardRequest.cs')
| -rw-r--r-- | Software/Visual_Studio/TCC/Tango.TCC.BL/Web/PrintCardRequest.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/TCC/Tango.TCC.BL/Web/PrintCardRequest.cs b/Software/Visual_Studio/TCC/Tango.TCC.BL/Web/PrintCardRequest.cs index b496a9041..23a1c396a 100644 --- a/Software/Visual_Studio/TCC/Tango.TCC.BL/Web/PrintCardRequest.cs +++ b/Software/Visual_Studio/TCC/Tango.TCC.BL/Web/PrintCardRequest.cs @@ -9,9 +9,7 @@ namespace Tango.TCC.BL.Web { public class PrintCardRequest : WebRequestMessage { - public String From { get; set; } - - public String To { get; set; } + public String Address { get; set; } public String Message { get; set; } } |
