Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WcfBussinesLogicLayerLibrary.ModelsDTO.ProfileDTO> GetProfileDTOAsync(DataAccessLayer.cs.Models.Profile profile)
 {
     return(base.Channel.GetProfileDTOAsync(profile));
 }
Exemplo n.º 2
0
 public WcfBussinesLogicLayerLibrary.ModelsDTO.ProfileDTO GetProfileDTO(DataAccessLayer.cs.Models.Profile profile)
 {
     return(base.Channel.GetProfileDTO(profile));
 }