예제 #1
0
 public PersonRepository()
 {
     _connection = new SqlConnection(DataBases.CrudDb.ConnectionString);
     _repo       = _connection.As <IPersonRepository>();
 }