예제 #1
0
 public MobileDeviceForUser(User user, MobileDevice mobileDevice)
 {
     User         = user;
     MobileDevice = mobileDevice;
 }
예제 #2
0
 public PushToken(MobileDevice device, string token) : this(device.Id, token)
 {
     MobileDevice = device;
 }