Ejemplo n.º 1
0
 public static void AddParametersToGetItemVersionsTest(FormPatternTypeVm type, string name, Guid periodId)
 {
     RequestHelperInt.gRequestGetItemVersions
     .AddParameter("type", type, ParameterType.QueryString)
     .AddParameter("name", name, ParameterType.QueryString)
     .AddParameter("periodId", periodId, ParameterType.QueryString);
 }
Ejemplo n.º 2
0
 public static void AddParametersToGetAllTest(FormPatternTypeVm type)
 {
     RequestHelperInt.pRequestGetAllFormPattern
     .AddParameter("type", type, ParameterType.QueryString);
 }