Skip to content

Instantly share code, notes, and snippets.

View judismith's full-sized avatar

Judi Smith judismith

  • PJS Engineering
  • Phoenix
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Threading.Tasks;
using MvvmCross.Plugins.Sqlite;
namespace ****.Repositories
{
public interface IRepository<T>
{