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