示例#1
0
 public ApplicationService(ApplicationContext context)
 {
     this.context = context;
 }
 public ApplicationRepository(string connectionString)
 {
     this.context = new ApplicationContext(connectionString);
 }