示例#1
0
 public ApiAiManager()
 {
     _apiAiDal = new ApiAiDal();
 }
示例#2
0
 public ApiAiManager(IApiAiDal apiAiDal)
 {
     _apiAiDal = apiAiDal;
 }