Beispiel #1
0
 public void SetData(string text, TypeRespone status)
 {
     Text   = text;
     Status = status;
 }
Beispiel #2
0
 public Response(string text, TypeRespone status)
 {
     Text   = text;
     Status = status;
 }