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