예제 #1
0
 public TimeReponsitory(TimeContext context)
 {
     m_context = context;
     m_table   = m_context.Set <T>();
 }