Exemplo n.º 1
0
 public Repository(DatingAppContext dataContext)
 {
     DataTable = dataContext.GetTable <T>();
 }