Ejemplo n.º 1
0
 public ServiceFileRepository(iDataContext oDC)
     : base(oDC)
 {
     ServiceTags = new lm.Comol.Core.InLineTags.Business.ServiceInLineTags(oDC);
 }
Ejemplo n.º 2
0
 public ServiceFileRepository(iApplicationContext oContext)
     : base(oContext)
 {
     ServiceTags = new lm.Comol.Core.InLineTags.Business.ServiceInLineTags(oContext);
 }