Beispiel #1
0
 public CoverageAnnotation(string id, CoverageBody body, Target target)
     : base(id, body, target)
 {
 }
Beispiel #2
0
 public CoverageAnnotation(CoverageBody body, Target target)
     : base(body, target)
 {
 }