refactorisation & last config date @GCM regisitering

This commit is contained in:
Paul Schneider 2017-02-06 14:32:17 +01:00
commit e8a14b6506
9 changed files with 84 additions and 83 deletions

View file

@ -16,6 +16,8 @@
// along with yavsc. If not, see <http://www.gnu.org/licenses/>.
//
using System;
namespace Yavsc.Models.Identity
{
public interface IGCMDeclaration
@ -25,7 +27,7 @@ namespace Yavsc.Models.Identity
string Model { get; set; }
string Platform { get; set; }
string Version { get; set; }
DateTime LatestActivityUpdate { get; set; }
}
public interface IGoogleCloudMobileDeclaration: IGCMDeclaration