Merge branch Add_sessions

This commit is contained in:
DW
2016-11-01 10:28:24 +02:00
8 changed files with 64 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace MtApi.Responses
{
public class SessionResponse : ResponseBase
{
public MtSession Session { get; set; }
}
}