예제 #1
0
 public BusinessServiceBaseMock(IServiceDataProxy <Person, long> dataProxy) : base(dataProxy)
 {
 }
예제 #2
0
 protected BusinessServiceBase(IServiceDataProxy <T, TKey> dataProxy) : base(dataProxy)
 {
 }
예제 #3
0
 public BusinessServiceBase(IServiceDataProxy <T, TKey> dataProxy) : base(dataProxy)
 {
 }