예제 #1
0
 public ConfigurationCostRepository(RepositoryContext repositoryContext) : base(repositoryContext)
 {
 }
 public StudentRepository(RepositoryContext repositoryContext)
     : base(repositoryContext)
 {
 }