|
|
@ -20,7 +20,6 @@ namespace BBWYB.Server.Business |
|
|
|
public KuaiDi100Manager(RestApiService restApiService) |
|
|
|
{ |
|
|
|
this.restApiService = restApiService; |
|
|
|
this.expressCompanyNameConverter = expressCompanyNameConverter; |
|
|
|
|
|
|
|
kuaiDi100ExpressCompanyList = new List<KuaiDi100ExpressCompany>(); |
|
|
|
var lines = File.ReadAllLines(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "KuaiDi100ExpressCompany.txt"), System.Text.Encoding.UTF8); |
|
|
|