InventoryType from XML
Transaction updates
This commit is contained in:
@@ -8,7 +8,7 @@ namespace InventoryTraker.Web.Controllers
|
||||
{
|
||||
public BetterJsonResult<T> BetterJson<T>(T model)
|
||||
{
|
||||
return new BetterJsonResult<T>() {Data = model};
|
||||
return new BetterJsonResult<T> {Data = model};
|
||||
}
|
||||
|
||||
protected JsonResult PackageModelStateErrors()
|
||||
|
||||
Reference in New Issue
Block a user