Beispiel #1
0
 static void Main(string[] args)
 {
     using (IUnitOfWork uoc = new UnitOfWork(new DbContext("")))
     {
         uoc.GetDbSet <Employee>();
         uoc.Commit();
     }
     dynamic d = new byte[100];
 }