I hereby claim:
- I am christowles on github.
- I am ctowles (https://keybase.io/ctowles) on keybase.
- I have a public key whose fingerprint is 8833 7251 27F7 A317 B286 F627 3A49 110C C9CE 1FD4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using Microsoft.Azure.Mobile.Server.Tables; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.ComponentModel.DataAnnotations; | |
| using System.ComponentModel.DataAnnotations.Schema; | |
| using System.Linq; | |
| using System.Web; | |
| namespace Ecrumbs.Service.Data | |
| { |
| using Microsoft.WindowsAzure.MobileServices; | |
| using System; | |
| namespace Ecrumbs.Shared.Models | |
| { | |
| public class AzureClientSyncModelBase | |
| { | |
| public AzureClientSyncModelBase() | |
| { | |
| Id = Guid.NewGuid().ToString(); |
| using Microsoft.WindowsAzure.MobileServices; | |
| using Newtonsoft.Json; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Threading.Tasks; | |
| namespace Ecrumbs.Shared.Models | |
| { | |
| public class ActivityProfile | |
| { |
| using Microsoft.Azure.Mobile.Server; | |
| using Microsoft.Azure.Mobile.Server.Tables; | |
| using System; | |
| using System.ComponentModel.DataAnnotations.Schema; | |
| namespace Ecrumbs.Models.DataObjects | |
| { | |
| public class ActivityProfileDto : ITableData | |
| { | |
| public string AccountId { get; set; } |