コード例 #1
0
 public EntityRepository(IEntityServiceProxy entityServiceProxy) {
     _entityServiceProxy = entityServiceProxy;
 }
コード例 #2
0
 public EntityRepository(IEntityServiceProxy entityServiceProxy)
 {
     _entityServiceProxy = entityServiceProxy;
 }