Exemple #1
0
 public System.Threading.Tasks.Task <System.Data.DataTable> GetSobrestadiaByFilterAsync(ApplicationForm.NextSoftService.COM_Sobrestadia_BE oSobrestadiaBE)
 {
     return(base.Channel.GetSobrestadiaByFilterAsync(oSobrestadiaBE));
 }
Exemple #2
0
 public System.Data.DataTable GetSobrestadiaByFilter(ApplicationForm.NextSoftService.COM_Sobrestadia_BE oSobrestadiaBE)
 {
     return(base.Channel.GetSobrestadiaByFilter(oSobrestadiaBE));
 }
Exemple #3
0
 public ApplicationForm.NextSoftService.COM_Sobrestadia_BE GetAllSobrestadia(ApplicationForm.NextSoftService.COM_Sobrestadia_BE oSobrestadiaBE)
 {
     return(base.Channel.GetAllSobrestadia(oSobrestadiaBE));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <ApplicationForm.NextSoftService.COM_Sobrestadia_BE> GetAllSobrestadiaAsync(ApplicationForm.NextSoftService.COM_Sobrestadia_BE oSobrestadiaBE)
 {
     return(base.Channel.GetAllSobrestadiaAsync(oSobrestadiaBE));
 }
Exemple #5
0
 public bool DeleteSobrestadia(ApplicationForm.NextSoftService.COM_Sobrestadia_BE oSobrestadiaBE)
 {
     return(base.Channel.DeleteSobrestadia(oSobrestadiaBE));
 }