コード例 #1
0
 public ActionResult Delete(int learningId, int companyId, int userId, string reason)
 {
     return(Learning.Delete(learningId, companyId, userId, reason));
 }