개정판 482f6326
issue #0000
Login 적용
Documents Model 수정
Login Config 수정
Command Column Defaut Value 추가
Resource 수정(Save, Link)
Change-Id: I089397c91e630da142945f6bf6679fd5ceaee0b3
ID2.Manager/ID2.Manager.Dapper/Repository/BaseRepository.cs | ||
---|---|---|
14 | 14 |
{ |
15 | 15 |
public abstract class BaseRepository : IBaseRepository |
16 | 16 |
{ |
17 |
private readonly IDbConnection _DbConnection;//readonly 삭제해야하는지 확인
|
|
17 |
protected readonly IDbConnection _DbConnection;//readonly 삭제해야하는지 확인
|
|
18 | 18 |
|
19 | 19 |
public SqlConnection DBConnection(string connectionStr) |
20 | 20 |
{ |
내보내기 Unified diff