コード例 #1
0
ファイル: ScanController.cs プロジェクト: krismilda/SocialTap
 public IHttpActionResult Post(Scan scan)
 {
     _rep.Add(scan);
     return(Ok());
 }