M$ AspNet.WebApi 2.2
Testé avec mono current sous Debian Sid: l'import AspNet.WebApi 2.2
This commit is contained in:
parent
d40679cdf4
commit
1f64b48966
97 changed files with 7890 additions and 9323 deletions
|
|
@ -12,7 +12,6 @@ using Yavsc.Model.Circles;
|
|||
using System.Web.UI;
|
||||
using System.Linq.Expressions;
|
||||
using System.Web.Profile;
|
||||
using System.Web.Script.Serialization;
|
||||
using System.Web.Mvc;
|
||||
using System.Text.RegularExpressions;
|
||||
using Yavsc.Model.Messaging;
|
||||
|
|
@ -21,6 +20,7 @@ using System.Reflection;
|
|||
using System.Web.Routing;
|
||||
using Yavsc.Model.FrontOffice;
|
||||
using Yavsc.Model.WorkFlow;
|
||||
using System.Web.Script.Serialization;
|
||||
|
||||
namespace Yavsc.Helpers
|
||||
{
|
||||
|
|
@ -571,15 +571,8 @@ namespace Yavsc.Helpers
|
|||
writer.Write (text);
|
||||
writer.RenderEndTag ();
|
||||
return new MvcHtmlString(strwr.ToString());
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue