Skip to content

Instantly share code, notes, and snippets.

View abdulmajedsulim's full-sized avatar

abdulmajedsulim

View GitHub Profile
@abdulmajedsulim
abdulmajedsulim / UnitOfWork.cs
Last active May 2, 2018 07:19
Issue in OrmLite
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity.Infrastructure;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ServiceStack.OrmLite;
namespace Store.Services