Exemple #1
0
 public virtual T GetSingle(Guid entityId)
 {
     return(_dbContext.Find <T>(entityId));
 }
 public T Find <T>(params object[] keys)
     where T : class
 {
     return(_movieContext.Find <T>(keys));
 }