C# 클래스 WebGen.ConceptApp.Infrastructure.DataAccess.NHibernate.ClienteDao
파일 보기
프로젝트 열기: inspira/WebGen
공개 메소드들
메소드 |
설명 |
|
ClienteDao ( ISession session ) : System.Collections.Generic |
|
|
Listar ( ) : IEnumerable |
|
|
Salvar ( Cliente cliente ) : void |
|
|
메소드 상세
public ClienteDao ( ISession session ) : System.Collections.Generic |
session |
ISession |
|
리턴 |
System.Collections.Generic |
|
public Listar ( ) : IEnumerable |
리턴 |
IEnumerable |
|
public Salvar ( Cliente cliente ) : void |
cliente |
WebGen.ConceptApp.Domain.Entities.Cliente |
|
리턴 |
void |
|