예제 #1
0
파일: Business.cs 프로젝트: ioweh/epamtest
 public Business(string connectionString)
 {
     Dao = new DAO(connectionString);
 }