Пример #1
0
 public static void DeleteChannelPPointAccess(string PPointid, string channelid)
 {
     ChannelPPointRepository.DeleteChannelPPointAccess(PPointid, channelid);
 }
Пример #2
0
 public static tchannel_ppoint UpdateChannelPPointAccess(tchannel_ppoint post)
 {
     return(ChannelPPointRepository.UpdateChannelPPointAccess(post));
 }
Пример #3
0
 public static System.Collections.Generic.IEnumerable <ChannelPpointAccessInfo> GetAllChannelsByPPoint(string PPointid)
 {
     return(ChannelPPointRepository.GetAllChannelsByPPoint(PPointid));
 }
Пример #4
0
 public static System.Collections.Generic.IEnumerable <ChannelPpointAccessInfo> GetAllPPointsbyChannel(string channelid)
 {
     return(ChannelPPointRepository.GetAllPPointsbyChannel(channelid));
 }
Пример #5
0
 public static tchannel_ppoint GetChannel_Ppoint(string PPointid, string channelid)
 {
     return(ChannelPPointRepository.GetChannel_Ppoint(PPointid, channelid));
 }
Пример #6
0
 public static tchannel_ppoint[] GetChannel_Ppoints()
 {
     return(ChannelPPointRepository.GetChannel_Ppoints());
 }